yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51090
[Bug 1293444] Re: filter: aggregate image props isolation needs a strict option
This wishlist bug has been open a year without any activity. I'm going
to move it to "Opinion / Wishlist", which is an easily-obtainable queue
of older requests that have come on.
In case you want to work on that, consider writing a blueprints [1] and
spec [2]. I'll recommend to read [3] if not yet done. The effort to
implement the requested feature is then driven only by the blueprint
(and spec).
References:
[1] https://blueprints.launchpad.net/nova/
[2] https://github.com/openstack/nova-specs
[3] https://wiki.openstack.org/wiki/Blueprints
** Changed in: nova
Status: Confirmed => Opinion
--
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):
Opinion
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
References