clean-up missing rename
implements blueprint: remove-use-of-quantum Change-Id: Ic21d8c8f6c68f9f31f76ed0bd50b86312ec6f6b4
This commit is contained in:
parent
5be7739099
commit
62fb7ade32
@ -30,14 +30,14 @@ down_revision = '3cabb850f4a5'
|
|||||||
# Change to ['*'] if this migration applies to all plugins
|
# Change to ['*'] if this migration applies to all plugins
|
||||||
|
|
||||||
migration_for_plugins = [
|
migration_for_plugins = [
|
||||||
'quantum.plugins.cisco.network_plugin.PluginV2'
|
'neutron.plugins.cisco.network_plugin.PluginV2'
|
||||||
]
|
]
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
from quantum.db import migration
|
from neutron.db import migration
|
||||||
|
|
||||||
|
|
||||||
def upgrade(active_plugin=None, options=None):
|
def upgrade(active_plugin=None, options=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user