yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49482
[Bug 1526719] Re: metadata should be allowed to be search option
Closing this similarly as the nova counterpart.
** Changed in: python-novaclient
Importance: Undecided => Wishlist
** Changed in: python-novaclient
Status: New => Won't Fix
--
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/1526719
Title:
metadata should be allowed to be search option
Status in OpenStack Compute (nova):
Won't Fix
Status in python-novaclient:
Won't Fix
Status in python-openstackclient:
New
Bug description:
we allow following options to be used when filter instance, however
metadata is not in the allow list while metadata is used by user (non-admin)
56feb2b649cc25edd8d747806e2b9d6e0b3b8c5d added ip6 into the list and another microversion
might be used to offer metadata as option
opt_list = ('reservation_id', 'name', 'status', 'image', 'flavor',
'ip', 'changes-since', 'all_tenants')
if api_version_request.is_supported(req, min_version='2.5'):
opt_list += ('ip6',)
return opt_list
In python-novaclient & python-openstackclient, we have to add
'metadata' optional argument to nova list & openstack server list
commands
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1526719/+subscriptions
References