Hide Forgot
Description of problem: Create new docker registry: hammer docker registry create --name test01 --description test01 --url http://test.com Trying to read back created entity details: hammer docker registry info --name test01 Name: test01 URL: http://test.com Created at: 2016/03/22 07:16:45 Updated at: 2016/03/22 07:16:45 Description of entity is not there Version-Release number of selected component (if applicable): 6.1.8 How reproducible: Always Steps to Reproduce: 1. Provided in the description 2. 3. Actual results: Cannot read docker registry description Expected results: docker registry description is present in the info output Additional info:
Moving 6.2 bugs out to sat-backlog.
This is working and consistent. [vagrant@sat63-qa-rhel7 ~]$ hammer docker registry create --name test01 --description test01 --url http://test.com [Foreman] Password for admin: Docker registry created [vagrant@sat63-qa-rhel7 ~]$ hammer organization create --name bkearney [Foreman] Password for admin: Organization created [vagrant@sat63-qa-rhel7 ~]$