yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21501
[Bug 1282910] Re: fixed ip address assigned twice to the vm
** Changed in: nova
Status: Incomplete => 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/1282910
Title:
fixed ip address assigned twice to the vm
Status in OpenStack Compute (Nova):
Invalid
Bug description:
If the vm fails to spawn on the nova compute node where it was suppose to run, then it reschedules to run the vm on the another compute node.
Network of VM is deleted before trying to re-schedule it on another host. But system_metadata of instance is not updated ('network_allocated' is not
set to False). We should also update system_metadata after network is deleted from VM.
While allocating network to instance we set system_metadata 'network_allocated' as True, but while deallocating network we do not set 'network_allocated'
to False.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1282910/+subscriptions
References