yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20489
[Bug 1296164] Re: Missing implementation to get, delete, and update volume metadata
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-3
--
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/1296164
Title:
Missing implementation to get, delete, and update volume metadata
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
There are four methods in nova/nova/volume/cinder.py which are NotImplemented. They are as follows:
1. get_volume_metadata
2. delete_volume_metadata
3. update_volume_metadata
4. get_volume_metadata_value
These methods are required in cases where nova needs to modify a
cinder volume's metadata, e.g. attach and detach time.
The latest code in nova's master branch shows these methods as
NotImplemented.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1296164/+subscriptions
References