Admin is unable to create port

Bug #1187129 reported by Armando Migliaccio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
High
Armando Migliaccio

Bug Description

I get this stack trace on the Quantum server side:

ERROR [quantum.api.v2.resource] create failed
Traceback (most recent call last):
  File "/opt/stack/quantum/quantum/api/v2/resource.py", line 82, in resource
    result = method(request=request, **args)
  File "/opt/stack/quantum/quantum/api/v2/base.py", line 304, in create
    allow_bulk=self._allow_bulk)
  File "/opt/stack/quantum/quantum/api/v2/base.py", line 515, in prepare_request_body
    Controller._verify_attributes(res_dict, attr_info)
  File "/opt/stack/quantum/quantum/api/v2/base.py", line 562, in _verify_attributes
    raise webob.exc.HTTPBadRequest(msg)
HTTPBadRequest: Unrecognized attribute(s) 'network_name'

The horizon dashboard complains with and error message 'Failed to create a port for network ...'

Changed in horizon:
assignee: nobody → Armando Migliaccio (armando-migliaccio)
Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/31562
Committed: http://github.com/openstack/horizon/commit/d7b8c1eeb6c36800a891584ad948b4b5ab1f52bf
Submitter: Jenkins
Branch: master

commit d7b8c1eeb6c36800a891584ad948b4b5ab1f52bf
Author: armando-migliaccio <email address hidden>
Date: Mon Jun 3 13:57:44 2013 -0700

    Fix bug in port creation form

    'network_name' is not a recognized Quantum attribute, so passing it
    in the request to the Quantum Server causes an error. In the end this
    is not required because the network is identified by its id. So
    this patch removes it (as it's done in other cases as well).

    Fixes bug #1187129

    Change-Id: Ie18c7bd504f8c241d002d6a050b8bcc59ed9fc03

Changed in horizon:
status: In Progress → Fix Committed
David Lyle (david-lyle)
Changed in horizon:
milestone: none → havana-2
importance: Undecided → High
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: havana-2 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.