yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12028
[Bug 1296164] [NEW] Missing implementation to get, delete, and update volume metadata
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Thang Pham (thang-pham)
Status: In Progress
** Tags: volumes
** Changed in: nova
Assignee: (unassigned) => Thang Pham (thang-pham)
** Tags added: volumes
** Changed in: nova
Status: New => In Progress
--
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):
In Progress
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
Follow ups
References