Comment 3 for bug 1297059

Revision history for this message
Lance Bragstad (lbragstad) wrote :

@Jamie, are there any other steps you took to recreate this? I've done the following;

1.) Activated venv for Keystone
2.) Installed sqlalchemy 0.7.10 https://pypi.python.org/simple/SQLAlchemy/
3.) Ran the test: 'python -m testtools.run keystone.tests.test_sql_upgrade.SqlUpgradeTests.test_upgrade_region_unique_description'

(venv)lbragstad@precise64:/opt/stack/keystone$ sudo pip show sqlalchemy
---
Name: SQLAlchemy
Version: 0.7.10
Location: /usr/local/lib/python2.7/dist-packages
Requires:
(venv)lbragstad@precise64:/opt/stack/keystone$ python -m testtools.run keystone.tests.test_sql_upgrade.SqlUpgradeTests.test_upgrade_region_unique_description
Tests running...

Ran 1 test in 1.516s
OK
(venv)lbragstad@precise64:/opt/stack/keystone$