Actions
Bug #28472
closedOrganization and Location fields are missing from output of 'hammer http-proxy info' command.
Difficulty:
Triaged:
Yes
Bugzilla link:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1779642
Description of problem:
Organization and Location fields are missing from output of 'hammer http-proxy info' command.
Version-Release number of selected component (if applicable):
- Satellite 6.7.0 snap 4
- tfm-rubygem-hammer_cli-0.19.0-2.el7sat.noarch
How reproducible:
- Always
1. Create HTTP Proxy with organization and Location assigned to them.
- hammer http-proxy create --name proxy4 --url https://proxy4 --organization-id 1 --location-id 2
2. Run 'hammer http-proxy info --id 4'
Actual results:- hammer http-proxy info --id 4
Id: 4
Name: proxy4
Username:
URL: https://proxy4
- hammer http-proxy info --id 4
Id: 4
Name: proxy4
Username:
URL: https://proxy4
Locations:
Default Location
Organizations:
Default Organization
Additional info:
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/470 added
Updated by Anonymous about 5 years ago
- Blocked by Feature #28566: add organizations and locations to http proxy show API added
Updated by The Foreman Bot about 5 years ago
- Fixed in Releases hammer-cli-foreman-0.20.0 added
Updated by Brad Buckingham about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|a01ba8e57bc01ec6d76c03e286ef82584d4e8057.
Actions