yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45800
[Bug 1541560] [NEW] Updating a network can result in an internal server error
Public bug reported:
When updating a network with an attribute not technically in the network
database table, but still a valid attribute (i.e. dns_domain, which is
used by network but stored in a separate table), neutron attempts to
update the network table with that field and throws an exception.
To reproduce:
neutron net-update my_network --dns_domain=my-domain.org.
which results in:
Request Failed: internal server error while processing your request.
Openstack version: DevStack all-in-one built from master
Ubuntu 14.04, kernel 3.13.0-24-generic
Perceived severity: medium
Logs of the traceback from q-svc:
http://paste.openstack.org/show/485883/
** Affects: neutron
Importance: Undecided
Assignee: James Anziano (janzian)
Status: New
** Tags: l3-ipam-dhcp
** Changed in: neutron
Assignee: (unassigned) => James Anziano (janzian)
** Description changed:
When updating a network with an attribute not technically in the network
database table, but still a valid attribute (i.e. dns_domain, which is
used by network but stored in a separate table), neutron attempts to
update the network table with that field and throws an exception.
To reproduce:
- neutron net-update --dns_domain=my-domain.org.
- which results in:
+ neutron net-update my_network --dns_domain=my-domain.org.
+ which results in:
Request Failed: internal server error while processing your request.
Openstack version: DevStack all-in-one built from master
Ubuntu 14.04, kernel 3.13.0-24-generic
Perceived severity: medium
Logs of the traceback from q-svc:
http://paste.openstack.org/show/485883/
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1541560
Title:
Updating a network can result in an internal server error
Status in neutron:
New
Bug description:
When updating a network with an attribute not technically in the
network database table, but still a valid attribute (i.e. dns_domain,
which is used by network but stored in a separate table), neutron
attempts to update the network table with that field and throws an
exception.
To reproduce:
neutron net-update my_network --dns_domain=my-domain.org.
which results in:
Request Failed: internal server error while processing your request.
Openstack version: DevStack all-in-one built from master
Ubuntu 14.04, kernel 3.13.0-24-generic
Perceived severity: medium
Logs of the traceback from q-svc:
http://paste.openstack.org/show/485883/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1541560/+subscriptions
Follow ups