This is an automated cleanup. This bug report has been closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.

If you can reproduce the bug, please:
* reopen the bug report (set to status "New")
* AND add the detailed steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: <RELEASE_NAME>"
  Only still supported release names are valid (LIBERTY, MITAKA, OCATA, NEWTON).
  Valid example: CONFIRMED FOR: LIBERTY


** Changed in: nova
   Importance: Low => Undecided

** Changed in: nova
       Status: Triaged => Expired

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

Title:
  "Ignoring EndpointNotFound: The service catalog is empty" error when
  init_host

Status in OpenStack Compute (nova):
  Expired

Bug description:
  the scenario:

  1. create a vm using bootable volume.

  2. delete this vm

  3. restart service nova-compute when vm's task state is deleting.

  When nova-compute is up, vm became deleted successful, but the
  bootable volume is still in-use state and can't delete it using cinder
  delete volume.

  The error point is when nova-compute is up, "init_host" will go to
  delete the vm whose task state is "deleting", but the context using is
  got from "nova.context.get_admin_context()" function. There is no
  auth_token.  When call "self.volume_api.terminate_connection(context,
  bdm.volume_id, connector)" in deleting vm process, it will log
  "Ignoring EndpointNotFound: The service catalog is empty" warning and
  can't detach the bootable volume. The volume's status is still 'in-
  use' in cinder side.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to