← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1366832] Re: serial console, ports are not released

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-rc1

-- 
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/1366832

Title:
  serial console, ports are not released

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When booting an instance with serial console activated, port(s) are allocated but never released since the code responsible to freeing port(s) is called after the domain is undefined from libvirt.
  Also since the domain is already undefined, when calling the method '_lookup_by_name' an exception "DomainnotFound" is raised which makes not possible to correctly finish the deleting process

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1366832/+subscriptions


References