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:
Actions