** No longer affects: keystone (Ubuntu) ** No longer affects: nova (Ubuntu)
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1073569 Title: Jenkins jobs fail because of incompatibility between sqlalchemy- migrate and the newest sqlalchemy-0.8.0b1 Status in Cinder: Fix Released Status in Cinder folsom series: Fix Released Status in OpenStack Image Registry and Delivery Service (Glance): Fix Released Status in Glance folsom series: Fix Released Status in OpenStack Identity (Keystone): Fix Released Status in Keystone folsom series: Fix Released Status in OpenStack Compute (Nova): Fix Released Status in OpenStack Compute (nova) folsom series: Fix Released Status in “cinder” package in Ubuntu: Fix Released Status in “glance” package in Ubuntu: Fix Released Status in “glance” source package in Precise: Fix Released Status in “keystone” source package in Precise: Fix Released Status in “nova” source package in Precise: Fix Released Status in “cinder” source package in Quantal: Fix Released Status in “glance” source package in Quantal: Fix Released Status in “keystone” source package in Quantal: Fix Released Status in “nova” source package in Quantal: Fix Released Bug description: Jenkins jobs currently fail with this error: 09:52:21 ERROR: test_create_endpoint_404 (test_backend_sql.SqlCatalog) 09:52:21 ---------------------------------------------------------------------- 09:52:21 Traceback (most recent call last): 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/tests/test_backend_sql.py", line 42, in setUp 09:52:21 self.catalog_man = catalog.Manager() 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/catalog/core.py", line 67, in __init__ 09:52:21 super(Manager, self).__init__(CONF.catalog.driver) 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/common/manager.py", line 36, in __init__ 09:52:21 self.driver = importutils.import_object(driver_name) 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/openstack/common/importutils.py", line 40, in import_object 09:52:21 return import_class(import_str)(*args, **kwargs) 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/openstack/common/importutils.py", line 30, in import_class 09:52:21 __import__(mod_str) 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/catalog/backends/sql.py", line 21, in <module> 09:52:21 from keystone.common.sql import migration 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/keystone/common/sql/migration.py", line 23, in <module> 09:52:21 from migrate.versioning import api as versioning_api 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/migrate/versioning/api.py", line 33, in <module> 09:52:21 from migrate.versioning import (repository, schema, version, 09:52:21 File "/home/jenkins/workspace/gate-keystone-python27/.tox/py27/local/lib/python2.7/site-packages/migrate/versioning/schema.py", line 10, in <module> 09:52:21 from sqlalchemy import exceptions as sa_exceptions 09:52:21 ImportError: cannot import name exceptions From the sqlalchemy-migrate webpage: SQLAlchemy-migrate 0.7.2 is compatible with SQLAlchemy 0.6.x and 0.7.x. From SQLAlchemy's 0.8.0b1 Release Notes: [general] [removed] The “sqlalchemy.exceptions” synonym for “sqlalchemy.exc” is removed fully.(link) To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1073569/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

