Bug 1082169
Summary: | Deleting a sync plan via the CLI fails because of incorrect expected argument | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Og Maciel <omaciel> |
Component: | Hammer | Assignee: | David Davis <daviddavis> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.3 | CC: | bkearney, cwelton, daviddavis, mmccune |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/4955 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-02 14:07:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Og Maciel
2014-03-28 21:42:40 UTC
I'll fix the whole sync plan api as part of this. fwiw.. I am not seeing this in the moset recent code. Verified in Satellite-6.0.3-RHEL-6-20140430.4 [root@mgmt5 ~]# hammer sync-plan list --organization-id "ACME_Corporation" ---|--------|----------------------|--------- ID | NAME | START DATE | INTERVAL ---|--------|----------------------|--------- 1 | asdfas | 2014/05/05 20:23:07 | daily ---|--------|----------------------|--------- [root@mgmt5 ~]# hammer sync-plan delete --id 1 --organization-id "ACME_Corporation" Sync plan destroyed [root@mgmt5 ~]# hammer sync-plan list --organization-id "ACME_Corporation" No data. This was delivered with 6.0.3, which is the Satellite 6 Beta. |