Bug 1221685
| Summary: | hammer: Activation key name update claims to run without error but did not really update the name | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | sthirugn <sthirugn> |
| Component: | Content Management | Assignee: | Christine Fouant <cfouant> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | sthirugn <sthirugn> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | bbuckingham, bkearney |
| Target Milestone: | Unspecified | Keywords: | Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/10669 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-12 14:01:16 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
sthirugn@redhat.com
2015-05-14 14:42:44 UTC
Created redmine issue http://projects.theforeman.org/issues/10669 from this bug Moving to POST since upstream bug http://projects.theforeman.org/issues/10669 has been closed ------------- Christine Fouant Applied in changeset commit:katello|c78f11a0ebadda49780e43b5f8543eb74b6d3c64. Verified in Sat 6.1 GA Snap 7. hammer> activation-key list --organization-id=4 ---|----------------|----------------|-----------------------|--------------- ID | NAME | CONSUMED | LIFECYCLE ENVIRONMENT | CONTENT VIEW ---|----------------|----------------|-----------------------|--------------- 5 | rhel7ak | 1 of Unlimited | QE | rhel7cv 6 | rhel7partialak | 1 of Unlimited | QE | rhel7partialcv ---|----------------|----------------|-----------------------|--------------- hammer> activation-key info --id=6 Name: rhel7partialak ID: 6 Description: Content Host Limit: Unlimited Auto Attach: true Lifecycle Environment: QE Content View: rhel7partialcv Host Collections: hammer> activation-key update --name=rhel7partialak --new-name=newactivationkeyname --organization-id=4 Activation key updated hammer> activation-key info --id=6 Name: newactivationkeyname ID: 6 Description: Content Host Limit: Unlimited Auto Attach: true Lifecycle Environment: QE Content View: rhel7partialcv Host Collections: hammer> activation-key info --name=newactivationkeyname --organization-id=4 Name: newactivationkeyname ID: 6 Description: Content Host Limit: Unlimited Auto Attach: true Lifecycle Environment: QE Content View: rhel7partialcv Host Collections: hammer> activation-key info --name=rhel7partialak --organization-id=4 Error: activation_key not found This bug is slated to be released with Satellite 6.1. This bug was fixed in version 6.1.1 of Satellite which was released on 12 August, 2015. |