Settings the availability zone deletes all attached metadata
Bug #1274924 reported by
Thomas Bechtold
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Santiago Baldassin | ||
python-novaclient |
Invalid
|
Wishlist
|
Santiago Baldassin |
Bug Description
I'm using latest git with devstack on Ubuntu 12.04.
When I update the availability zone the attached metadata gets deleted. Steps to reproduce the problem:
1) nova aggregate-create testagg #assuming that this creates a new metadata entry with the Id 26
2) nova aggregate-
3) nova aggregate-update 26 testagg zone1
Now the availability zone is set, but the x=y metadata is lost.
Changed in python-novaclient: | |
assignee: | nobody → Santiago Baldassin (santiago-b-baldassin) |
tags: | added: icehouse-backport-potential |
Changed in nova: | |
milestone: | none → juno-1 |
status: | Fix Committed → Fix Released |
Changed in python-novaclient: | |
status: | In Progress → Invalid |
Changed in nova: | |
milestone: | juno-1 → 2014.2 |
To post a comment you must log in.
I think that is as expected, it updates all the metadata to that supplied, however, its a bit confusing.