← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1313967] [NEW] build_and_run_instance() appears to be dead code

 

Public bug reported:

In nova/compute/manager.py, the code path

build_and_run_instance()
do_build_and_run_instance()
 _build_and_run_instance()

seems to be dead code, used by nothing but the unit tests.  It looks
like the code that is actually being used is run_instance().

** Affects: nova
     Importance: Undecided
     Assignee: Chris Friesen (cbf123)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Chris Friesen (cbf123)

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

Title:
  build_and_run_instance() appears to be dead code

Status in OpenStack Compute (Nova):
  New

Bug description:
  In nova/compute/manager.py, the code path

  build_and_run_instance()
  do_build_and_run_instance()
   _build_and_run_instance()

  seems to be dead code, used by nothing but the unit tests.  It looks
  like the code that is actually being used is run_instance().

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


Follow ups

References