Impossible attach detached port to another instance
Bug #1572593 reported by
Sergey Kraynev
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Timofey Durakov | ||
Mitaka |
Fix Released
|
High
|
Matt Riedemann | ||
OpenStack Heat |
Invalid
|
High
|
Unassigned | ||
neutron |
Invalid
|
Undecided
|
Unassigned |
Bug Description
The follow scenario leads to error:
- create independent port in neutron
- boot VM in nova
- attach port to VM via nova interface-attach. As result dns_name of port will be updated and port be attached to VM
- detach port from VM via nova interface-detach. As result port will be detached, BUT dns_name will be still as name of VM.
if you try to attach this port to another VM you will get error, that it's not possible to attach port.
The same issue happens for Heat stack, when we have VM+port and execute update replace for Server.
To post a comment you must log in.
This feature was added in mitaka-3, so if we decide to fix it in N1, we need to backport it.