yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60799
[Bug 1630161] Re: nova image-list is deprecated, but it should work even now
Reviewed: https://review.openstack.org/424688
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=98f803e0f0e622e7770cfab52e99168f6a68f427
Submitter: Jenkins
Branch: master
commit 98f803e0f0e622e7770cfab52e99168f6a68f427
Author: Artom Lifshitz <alifshit@xxxxxxxxxx>
Date: Tue Jan 24 15:02:38 2017 +0000
Use image client for images instead of compute
With the deprecation of the Nova proxy APIs in microversion 2.36 [1],
any operation that uses a microversion higher than 2.36 and works with
images will fail because the /images endpoint will return 404. This
patch updates openstackclient to query images using the image client
in places where previously the compute client was used.
[1] http://docs.openstack.org/developer/nova/api_microversion_history.html#id33
Change-Id: Ia66e44e530799ce6531922dcf6a84e38528c8725
Closes-bug: 1630161
** Changed in: python-openstackclient
Status: In Progress => Fix Released
--
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:
Fix Released
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