← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1451801] Re: Console tokens are not correctly cleaned when destroy instance from host

 

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

** Changed in: nova
    Milestone: None => liberty-1

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

Title:
  Console tokens are not correctly cleaned when destroy instance from
  host

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  There are two cases when we need to clean console tokens for an
  instance:

  1/ When destroy the instance
  2/ When migrate the instance

  For the case 1 the current code base does not clean tokens when only rdp or only serial console is enable. 
    http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n917

  For the case 2 the current code base does not clean tokens when only serial console is enable.
    http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n5413

  
  Nice to have: One private method to clean tokens

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


References