summaryrefslogtreecommitdiffstats
path: root/nova/db
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-02-10 15:04:06 -0600
committerCerberus <matt.dietz@rackspace.com>2011-02-10 15:04:06 -0600
commit3fc68b805bb5326ef4fa2b8a51a58862ec23a6a4 (patch)
treeab1fa6b0b3912f9152ad2283cced38c2ff4952bd /nova/db
parenta70ac6609713f2b610923a7ae382208f4d46b74a (diff)
downloadnova-3fc68b805bb5326ef4fa2b8a51a58862ec23a6a4.tar.gz
nova-3fc68b805bb5326ef4fa2b8a51a58862ec23a6a4.tar.xz
nova-3fc68b805bb5326ef4fa2b8a51a58862ec23a6a4.zip
Forgot the metadata includes
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/sqlalchemy/migrate_repo/versions/003_cactus.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/db/sqlalchemy/migrate_repo/versions/003_cactus.py b/nova/db/sqlalchemy/migrate_repo/versions/003_cactus.py
index 499465fce..38b711775 100644
--- a/nova/db/sqlalchemy/migrate_repo/versions/003_cactus.py
+++ b/nova/db/sqlalchemy/migrate_repo/versions/003_cactus.py
@@ -15,6 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.from sqlalchemy import *
+from sqlalchemy import *
from migrate import *
from nova import log as logging