← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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

** Affects: nova
     Importance: Low
     Assignee: sahid (sahid-ferdjaoui)
         Status: In Progress

-- 
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):
  In Progress

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


Follow ups

References