Public bug reported:

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

** Affects: nova
     Importance: Wishlist
         Status: New


** Tags: api

** Tags added: api

** Changed in: nova
   Importance: Undecided => Wishlist

-- 
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

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

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

Reply via email to