Bug #10948
closedUnable to get unlimited-content-hosts value for host collection
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1214675
Description of problem:
I'm trying to get host collection's 'unlimited-content-hosts' parameter value.
When creating host collection, 'unlimited-content-hosts' can be set to either 'true' or 'false', but it looks like there is no way to verify what value was set - hammer's 'host-collection info' command doesn't return it.
Version-Release number of selected component (if applicable):
Satellite 6.1.0 Beta
How reproducible:
Always
Steps to Reproduce:
1. hammer host-collection create --name test123 --organization-id 1 --unlimited-content-hosts true
2. hammer -u admin -p changeme host-collection info --name test123 --organization-id 1
Actual results:
ID: 1
Name: test123
Limit:
Description:
Total Content Hosts: 0
Max Content Hosts:
Expected results:
ID: 1
Name: test123
Limit:
Description:
Total Content Hosts: 0
Max Content Hosts:
Unlimited Content Hosts: true
Additional info:
If I run 'hammer host-collection create --name test123 --organization-id 1 --unlimited-content-hosts false', 'Max Content Hosts' value will still be empty, so I can't check whether unlimited-content-hosts is set by 'Max Content Hosts' field.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/301 added
- Pull request deleted (
)
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 31
- Triaged changed from No to Yes
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-katello|6e3a67d8f7b742f77e1bcf4fb96e50cd7cb5b960.