Closing this similarly as the nova counterpart ** Changed in: python-openstackclient 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: Won't Fix 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp