Actions
Bug #5606
closedactivation-key (host-collection) add-system-group doesn't work
Description
(Note: system-group is in the process of being renamed to host-collection)
The following commands may report success to the user; however, the system group is not actually associated with the activation key.
Example commands:
activation-key add-system-group --organization-id ACME_Corporation --name key1 --system-group-id 5
activation-key add-system-group --organization-id ACME_Corporation --id 1 --system-group-id 5
Response to the user:
The system group has been associated
Updated by Brad Buckingham over 10 years ago
- Status changed from New to Closed
Testing this out with latest master code today, this appears to be working ok. Going to close it out.
hammer> activation-key add-host-collection --id 6 --host-collection-id 9 The host collection has been associated hammer> activation-key info --id 6 Name: key2 ID: 6 Description: Lifecycle Environment: Content View: Host Collections: 1) ID: 9 Name: group2 2) ID: 16 Name: group5 hammer>
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions