Re: [openstack-dev] [nova] How to handle nova show --minimal with embedded flavors

2017-06-20 Thread Dean Troyer
On Tue, Jun 20, 2017 at 12:07 PM, Chris Friesen wrote: > In the existing novaclient code for show/rebuild, the --minimal option just > skips doing the lookups on the flavor/image as described in the help text. > It doesn't affect the other ~40 fields in the instance.

Re: [openstack-dev] [nova] How to handle nova show --minimal with embedded flavors

2017-06-20 Thread Chris Friesen
On 06/20/2017 07:59 AM, Matt Riedemann wrote: Personally I think that if I specify --minimal I want minimal output, which would just be the flavor's original name after the new microversion, which is closer in behavior to how --minimal works today before the 2.47 microversion. In the existing

[openstack-dev] [nova] How to handle nova show --minimal with embedded flavors

2017-06-20 Thread Matt Riedemann
Microversion 2.47 embeds the instance.flavor in the server response body. Chris Friesen is adding support for this microversion to novaclient [1] and a question has come up over how to deal with the --minimal option which before this microversion would just show the flavor id. When --minimal