summaryrefslogtreecommitdiffstats
path: root/nova/db
diff options
context:
space:
mode:
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/sqlalchemy/migrate_repo/versions/041_add_network_priority.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/nova/db/sqlalchemy/migrate_repo/versions/041_add_network_priority.py b/nova/db/sqlalchemy/migrate_repo/versions/041_add_network_priority.py
index e619b1fcd..e69380199 100644
--- a/nova/db/sqlalchemy/migrate_repo/versions/041_add_network_priority.py
+++ b/nova/db/sqlalchemy/migrate_repo/versions/041_add_network_priority.py
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 Nicira, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -13,14 +13,13 @@
# License for the specific language governing permissions and limitations
# under the License.
-import datetime
-
from sqlalchemy import *
from migrate import *
from nova import log as logging
from nova import utils
+
meta = MetaData()
# Add priority column to networks table