yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44091
[Bug 1526719] Re: metadata should be allowed to be search option
** Also affects: python-openstackclient
Importance: Undecided
Status: New
** Changed in: python-openstackclient
Assignee: (unassigned) => Ukesh (ukeshkumar)
** Description changed:
- we allow following options to be used when filter instance, however
+ 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
+ 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
+ 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
--
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):
New
Status in python-novaclient:
New
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