← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1505414] [NEW] Broken error message during subnet creation

 

Public bug reported:

Whenever user create a Neutron subnet and Neutron returns error, Horizon
will display :

Error: Failed to create subnet "90.0.0.0/24" for network "None":
<Neutron error message>

Notice that "None" is supposed to be a network name.

The root cause is due to
horizon/horizon/openstack_dashboard/dashboards/project/networks/subnets/workflows.py
never pass Network object in the _create_subnet method and that breaks
the error message.

** Affects: horizon
     Importance: Undecided
     Assignee: Kahou Lei (kahou82)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Kahou Lei (kahou82)

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

Title:
  Broken error message during subnet creation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Whenever user create a Neutron subnet and Neutron returns error,
  Horizon will display :

  Error: Failed to create subnet "90.0.0.0/24" for network "None":
  <Neutron error message>

  Notice that "None" is supposed to be a network name.

  The root cause is due to
  horizon/horizon/openstack_dashboard/dashboards/project/networks/subnets/workflows.py
  never pass Network object in the _create_subnet method and that breaks
  the error message.

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


Follow ups