← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1312521] [NEW] ProgrammingError: (ProgrammingError) (1146, "Table 'neutron.externalnetworks' doesn't exist"

 

Public bug reported:

2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource   File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource     raise errorclass, errorvalue
2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource ProgrammingError: (ProgrammingError) (1146, "Table 'neutron.externalnetworks' doesn't exist") 'SELECT count(*) AS count_1 \nFROM (SELECT networks.tenant_id AS networks_tenant_id, networks.id AS networks_id, networks.name AS networks_name, networks.status AS networks_status, networks.admin_state_up AS networks_admin_state_up, networks.shared AS networks_shared \nFROM networks LEFT OUTER JOIN externalnetworks ON networks.id = externalnetworks.network_id \nWHERE networks.tenant_id IN (%s)) AS anon_1' ('a8b242a19a164c97bc022ef37b260ade',)
2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource 
2014-04-24 22:33:48.320 2143 INFO neutron.wsgi [req-dc9307c3-9249-4b49-af16-0e6d4a8fa2c3 None] 10.0.0.11 - - [24/Apr/2014 22:33:48] "POST /v2.0/networks.json HTTP/1.1" 500 296 0.511138

when trying to run the neutron net-create ext-net --shared
--router:external=True

http://docs.openstack.org/icehouse/install-guide/install/yum/content
/neutron_initial-external-network.html  I worked with Sam-I-Am in irc
and was not able to figure any thing out.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: centos rdo

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1312521

Title:
  ProgrammingError: (ProgrammingError) (1146, "Table
  'neutron.externalnetworks' doesn't exist"

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource   File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource     raise errorclass, errorvalue
  2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource ProgrammingError: (ProgrammingError) (1146, "Table 'neutron.externalnetworks' doesn't exist") 'SELECT count(*) AS count_1 \nFROM (SELECT networks.tenant_id AS networks_tenant_id, networks.id AS networks_id, networks.name AS networks_name, networks.status AS networks_status, networks.admin_state_up AS networks_admin_state_up, networks.shared AS networks_shared \nFROM networks LEFT OUTER JOIN externalnetworks ON networks.id = externalnetworks.network_id \nWHERE networks.tenant_id IN (%s)) AS anon_1' ('a8b242a19a164c97bc022ef37b260ade',)
  2014-04-24 22:33:48.311 2143 TRACE neutron.api.v2.resource 
  2014-04-24 22:33:48.320 2143 INFO neutron.wsgi [req-dc9307c3-9249-4b49-af16-0e6d4a8fa2c3 None] 10.0.0.11 - - [24/Apr/2014 22:33:48] "POST /v2.0/networks.json HTTP/1.1" 500 296 0.511138

  when trying to run the neutron net-create ext-net --shared
  --router:external=True

  http://docs.openstack.org/icehouse/install-guide/install/yum/content
  /neutron_initial-external-network.html  I worked with Sam-I-Am in irc
  and was not able to figure any thing out.

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


Follow ups

References