Hide Forgot
Description of problem: The glance image-show output is different when using API version 1 and API version 2. There is no reason why we need API version 1 output in this command, it should run with API version 2 as default. Version-Release number of selected component (if applicable): openstack-glance-2013.2-0.12.rc1.el6ost.noarch How reproducible: everytime Steps to Reproduce: 1. Run: # glance image-show <image-id> 2.Run: # glance --os-image-api-version 2 image-show <image-id> 3. Actual results: There's different output. Expected results: the same output Additional info:
The issue here is that the API defaults to V1 and not V2. This is a general discussion for upstream to have.