yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11693
[Bug 1293444] [NEW] filter: aggregate image props isolation needs a strict option
Public bug reported:
The filter AggregateImagePropertiesIsolation needs an option to provide
a way that an image without key does not satisfy the request.
Strict isolation False:
| key=foo | key=xxx | <empty>
-----------+-----------+-----------+------------
key=foo | True | False | True
key=bar | False | False | True
<empty> | True | True | True
Strict isolation True:
| key=foo | key=xxx | <empty>
-----------+-----------+-----------+------------
key=foo | True | False | False
key=bar | False | False | False
<empty> | False | False | False
** Affects: nova
Importance: Wishlist
Assignee: sahid (sahid-ferdjaoui)
Status: New
** Changed in: nova
Importance: Undecided => Wishlist
** Changed in: nova
Assignee: (unassigned) => sahid (sahid-ferdjaoui)
--
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/1293444
Title:
filter: aggregate image props isolation needs a strict option
Status in OpenStack Compute (Nova):
New
Bug description:
The filter AggregateImagePropertiesIsolation needs an option to
provide a way that an image without key does not satisfy the request.
Strict isolation False:
| key=foo | key=xxx | <empty>
-----------+-----------+-----------+------------
key=foo | True | False | True
key=bar | False | False | True
<empty> | True | True | True
Strict isolation True:
| key=foo | key=xxx | <empty>
-----------+-----------+-----------+------------
key=foo | True | False | False
key=bar | False | False | False
<empty> | False | False | False
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1293444/+subscriptions
Follow ups
References