yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03370
[Bug 1197021] Re: volume metadata structure represented as list instead of key/value pairs
I spoke too soon. volume metadate elements aren't guaranteed to be
unique so we store them like we do to account for this.
** Changed in: nova
Status: New => Invalid
--
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/1197021
Title:
volume metadata structure represented as list instead of key/value
pairs
Status in OpenStack Compute (Nova):
New
Bug description:
The current implementation of volume_metadata in nova/volume/cinder.py
stores each piece of metadata as a list of dicts with key names of
"key" and "value". The only piece of code that uses the metadata does
extra work to unravel this into simple key/value pairs before using
the data.
The implementation in nova/volume/cinder.py should be updated to store
the metadata as simple key/value pairs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1197021/+subscriptions