Skip to content
Snippets Groups Projects

NAT-315: Restore ISIS should be optional in migrate iptrunk

9 files
+ 520
1517
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -9,8 +9,8 @@ import sqlalchemy as sa
from alembic import op
# revision identifiers, used by Alembic.
revision = "3657611f0dfc"
down_revision = "91047dd30b40"
revision = '3657611f0dfc'
down_revision = '91047dd30b40'
branch_labels = None
depends_on = None
@@ -22,14 +22,14 @@ new_workflows = [
"name": "create_router",
"target": "CREATE",
"description": "Create router",
"product_type": "Router",
"product_type": "Router"
},
{
"name": "terminate_router",
"target": "TERMINATE",
"description": "Terminate router",
"product_type": "Router",
},
"product_type": "Router"
}
]
Loading