← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1352775] Re: Cannot Launch an instance if a project has multiple neutron networks

 

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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1352775

Title:
  Cannot Launch an instance if a project has multiple neutron networks

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Commit d6dfd3817be3fedeb0e2b196c32b52345ce52086

  When I have two neutron networks, I cannot launch an instance.
  I can select a network but after I clicked "Launch" button, I got the form again.

  The tab name "Network" becomes Red (which mentions there is a error),
  but no error message is displayed.

  Is it related to bootstrap change?

  How to reproduce?

  1. Setup devstack with neutron enabled.
  2. Create a second neutron network with "demo" tenant. (At now you need to use "neutron" CLI due to bug 1352764)
        neutron net-create net2
        neutron subnet-create --name subnet2 net2 10.2.2.0/24
  3. Try to launch an instance from the project instance panel

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


References