yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59154
[Bug 1630161] Re: nova image-list is deprecated, but it should work even now
I think this is actually a valid bug in openstackclient. Specifically,
the following use case *should* work:
$ export OS_COMPUTE_API_VERSION=2.latest
$ openstack server create --flavor m1.tiny --image cirros-0.3.4-x86_64
--key-name stack --security-group default --nic net-
id=059a48f5-fc8e-4721-b694-f2441cf5226f,tag=bla test2
API version 'API Version Major: 2, Minor: 37' is not supported on 'list'
method.
It's expected that setting OS_COMPUTE_API_VERSION to latest allows you
to boot a server. However, it looks like if the latest on the server
side is 2.37 (or later?) booting a VM doesn't work.
** Also affects: python-openstackclient
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1630161
Title:
nova image-list is deprecated, but it should work even now
Status in OpenStack Compute (nova):
Invalid
Status in python-novaclient:
Invalid
Status in python-openstackclient:
New
Bug description:
On newton it looks like:
$ nova image-list
WARNING: Command image-list is deprecated and will be removed after Nova 15.0.0 is released. Use python-glanceclient or openstackclient instead.
ERROR (VersionNotFoundForAPIMethod): API version 'API Version Major: 2, Minor: 37' is not supported on 'list' method.
It is supposed to be still supported, since newton is just 14.
nova (14.0.0.0rc2.dev21)
python-novaclient (6.0.0)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1630161/+subscriptions
References