stack.sh failing with Table 'ovs_neutron.floatingips' doesn't exist
We are running jenkins setup which gets triggers on new commits.
Suddenly from last two days we are facing this issue Table 'ovs_neutron.
The complete stacktrace is here
2014-03-04 12:40:45.238 | condition when an agent entry is 'upserted'.
2014-03-04 12:40:45.248 | INFO [alembic.migration] Running upgrade 1fcfc149aca4 -> 50e86cb2637a, nsx_mappings
2014-03-04 12:40:45.257 | INFO [alembic.migration] Running upgrade 50e86cb2637a -> ed93525fd003, bigswitch_quota
2014-03-04 12:40:45.260 | INFO [alembic.migration] Running upgrade ed93525fd003 -> 8f682276ee4, ryu plugin quota
2014-03-04 12:40:45.261 | INFO [alembic.migration] Running upgrade 8f682276ee4 -> 1421183d533f, NSX DHCP/metadata support
2014-03-04 12:40:45.264 | INFO [alembic.migration] Running upgrade 1421183d533f -> 3d3cb89d84ee, nsx_switch_mappings
2014-03-04 12:40:45.266 | INFO [alembic.migration] Running upgrade 3d3cb89d84ee -> 4ca36cfc898c, nsx_router_mappings
2014-03-04 12:40:45.268 | INFO [alembic.migration] Running upgrade 4ca36cfc898c -> 27cc183af192, ml2_vnic_type
2014-03-04 12:40:45.270 | INFO [alembic.migration] Running upgrade 27cc183af192 -> 50d5ba354c23, ml2 binding:vif_details
2014-03-04 12:40:45.272 | INFO [alembic.migration] Running upgrade 50d5ba354c23 -> 157a5d299379, ml2 binding:profile
2014-03-04 12:40:45.274 | INFO [alembic.migration] Running upgrade 157a5d299379 -> 3d2585038b95, VMware NSX rebranding
2014-03-04 12:40:45.276 | INFO [alembic.migration] Running upgrade 3d2585038b95 -> abc88c33f74f, lb stats
2014-03-04 12:40:45.278 | INFO [alembic.migration] Running upgrade abc88c33f74f -> 1b2580001654, nsx_sec_
2014-03-04 12:40:45.280 | INFO [alembic.migration] Running upgrade 1b2580001654 -> e766b19a3bb, nuage_initial
2014-03-04 12:40:45.282 | INFO [alembic.migration] Running upgrade e766b19a3bb -> f44ab9871cd6, bsn_security_groups
2014-03-04 12:40:45.284 | INFO [alembic.migration] Running upgrade f44ab9871cd6 -> 2eeaf963a447, floatingip_status
2014-03-04 12:40:45.286 | Traceback (most recent call last):
2014-03-04 12:40:45.288 | File "/usr/local/
2014-03-04 12:40:45.290 | sys.exit(main())
2014-03-04 12:40:45.292 | File "/opt/stack/
2014-03-04 12:40:45.294 | CONF.command.
2014-03-04 12:40:45.296 | File "/opt/stack/
2014-03-04 12:40:45.298 | do_alembic_
2014-03-04 12:40:45.300 | File "/opt/stack/
2014-03-04 12:40:45.302 | getattr(
2014-03-04 12:40:45.304 | File "/usr/local/
2014-03-04 12:40:45.306 | script.run_env()
2014-03-04 12:40:45.308 | File "/usr/local/
2014-03-04 12:40:45.310 | util.load_
2014-03-04 12:40:45.312 | File "/usr/local/
2014-03-04 12:40:45.314 | module = load_module(
2014-03-04 12:40:45.316 | File "/usr/local/
2014-03-04 12:40:45.318 | mod = imp.load_
2014-03-04 12:40:45.320 | File "/opt/stack/
2014-03-04 12:40:45.322 | run_migrations_
2014-03-04 12:40:45.324 | File "/opt/stack/
2014-03-04 12:40:45.326 | options=
2014-03-04 12:40:45.328 | File "<string>", line 7, in run_migrations
2014-03-04 12:40:45.330 | File "/usr/local/
2014-03-04 12:40:45.332 | self.get_
2014-03-04 12:40:45.334 | File "/usr/local/
2014-03-04 12:40:45.337 | change(**kw)
2014-03-04 12:40:45.339 | File "/opt/stack/
2014-03-04 12:40:45.341 | nullable=True))
2014-03-04 12:40:45.343 | File "<string>", line 7, in add_column
2014-03-04 12:40:45.345 | File "/usr/local/
2014-03-04 12:40:45.347 | schema=schema
2014-03-04 12:40:45.349 | File "/usr/local/
2014-03-04 12:40:45.351 | self._exec(
2014-03-04 12:40:45.353 | File "/usr/local/
2014-03-04 12:40:45.355 | conn.execute(
2014-03-04 12:40:45.358 | File "/usr/local/
2014-03-04 12:40:45.360 | params)
2014-03-04 12:40:45.362 | File "/usr/local/
2014-03-04 12:40:45.364 | compiled
2014-03-04 12:40:45.366 | File "/usr/local/
2014-03-04 12:40:45.368 | context)
2014-03-04 12:40:45.370 | File "/usr/local/
2014-03-04 12:40:45.373 | context)
2014-03-04 12:40:45.376 | File "/usr/local/
2014-03-04 12:40:45.378 | cursor.
2014-03-04 12:40:45.380 | File "/usr/lib/
2014-03-04 12:40:45.382 | self.errorhandl
2014-03-04 12:40:45.384 | File "/usr/lib/
2014-03-04 12:40:45.386 | raise errorclass, errorvalue
2014-03-04 12:40:45.388 | sqlalchemy.
2014-03-04 12:40:45.390 | + exit_trap
Is there any core code change happened due to this is arising? what changes do i need to make in my plugin code/configuration to pass this, is anybody else seeing this?
Please help.
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- devstack Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask kedar kulkarni for more information if necessary.