yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03941
[Bug 1190845] Re: nova ec2-api: DescribeTags search filter should be AND
This was fixed in https://review.openstack.org/36244
** Changed in: nova
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/1190845
Title:
nova ec2-api: DescribeTags search filter should be AND
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
From: http://docs.aws.amazon.com/AWSEC2/latest/APIReference
/ApiReference-query-DescribeTags.html
You can specify multiple filters (for example, specify a specific
resource type and tag values that contain the string database). The
response includes information for a tag only if it matches all the
filters that you specified. If there's no match, no special message is
returned, the response is simply empty.
We just pass the search filters up to db._instance_metadata_get_all,
which does a OR of the search filters, but EC2 requires an AND.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1190845/+subscriptions