Bug 1013491

Summary: oVirt+Neutron: IP lost when shutting down the instance
Product: [Retired] oVirt Reporter: Riccardo Brunetti <brunetti.riccardo>
Component: ovirt-engine-coreAssignee: Mike Kolesnik <mkolesni>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3CC: acathrow, iheim, mkolesni, sbonazzo, yeylon
Target Milestone: ---   
Target Release: 3.3.1   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1018740 (view as bug list) Environment:
Last Closed: 2013-11-25 11:56:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1018740, 1019391    

Description Riccardo Brunetti 2013-09-30 08:17:57 UTC
Description of problem:
When using OpenStack Neutron as external network provider in oVirt-3.3, the association port/internal-IP/floating-IP is lost when the VM is shut down.

Version-Release number of selected component (if applicable):
oVirt-3.3

How reproducible:
Always

Steps to Reproduce:
1. Define an OpenStack Neutron network external provider and import a network. 
2. Start a VM in oVirt using that network in one of the NIC interface and let the NIC to have an IP using DHCP (provided by Neutron itself).
3. Possibly associate a floating-IP to the instance.
4. Shut down (not delete) the machine (from inside the VM or from the oVirt WEB-UI)
5. Start the instance again.

Actual results:
The instance looses the previously attached IP addresses (port/internal-IP change) and the public floating-IP must be manually re-associated.


Expected results:
The instance should keep the previous port and IP leases.


Additional info:

Comment 1 Mike Kolesnik 2013-10-09 05:37:24 UTC
*** Bug 1016457 has been marked as a duplicate of this bug. ***

Comment 2 Mike Kolesnik 2013-10-09 05:42:13 UTC
The port was deleted on VM stop.

The new behavior that is going to be is documented on the feature page:
http://www.ovirt.org/Features/Detailed_OSN_Integration#Integration_with_virtual_NIC_lifecycle

Extract:
"The port will be deleted in these cases:

     The virtual NIC is deleted from the VM.
     The virtual VNIC profile is changed, so that it is no longer
connected to
the external network.
     The VM is deleted.
     The data center containing the external networks is deleted forcefully.
     Snapshot operations (Preview, Undo) on the VM. "

Comment 3 Sandro Bonazzola 2013-11-25 11:56:39 UTC
oVirt 3.3.1 has been released