Merge "os_vif: Add support for configuring os_vif_ovs plugin"
diff --git a/stack.sh b/stack.sh
index 44f1c8f..c439a72 100755
--- a/stack.sh
+++ b/stack.sh
@@ -1347,6 +1347,7 @@
     done
 fi
 
+async_wait create_flavors
 
 if is_service_enabled horizon; then
     echo_summary "Starting Horizon"
@@ -1354,8 +1355,6 @@
     start_horizon
 fi
 
-async_wait create_flavors
-
 
 # Create account rc files
 # =======================