Browse code

Merge "Neutron auto-discovers installed alembic_migrations"

Jenkins authored on 2015/09/02 03:19:26
Showing 1 changed files
... ...
@@ -616,16 +616,6 @@ function init_neutron {
616 616
     recreate_database $Q_DB_NAME
617 617
     # Run Neutron db migrations
618 618
     $NEUTRON_BIN_DIR/neutron-db-manage --config-file $NEUTRON_CONF --config-file /$Q_PLUGIN_CONF_FILE upgrade head
619
-    for svc in fwaas lbaas vpnaas; do
620
-        if [ "$svc" = "vpnaas" ]; then
621
-            q_svc="q-vpn"
622
-        else
623
-            q_svc="q-$svc"
624
-        fi
625
-        if is_service_enabled $q_svc; then
626
-            $NEUTRON_BIN_DIR/neutron-db-manage --service $svc --config-file $NEUTRON_CONF --config-file /$Q_PLUGIN_CONF_FILE upgrade head
627
-        fi
628
-    done
629 619
 }
630 620
 
631 621
 # install_neutron() - Collect source and prepare