Browse code

Revert "Setup cellsv2 for Nova"

This reverts commit b1a4f34bfc6adb9ab4577520601c44e8ccff277d, which
breaks Ironic's jobs. For example:
http://logs.openstack.org/90/355390/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ssh-tinyipa/b9e264a/logs/devstacklog.txt.gz#_2016-08-15_17_31_13_358

Change-Id: Iafc579f73fe4a97056944872e2f2c8cd1a62c21c

Jim Rollenhagen authored on 2016/08/16 03:58:00
Showing 2 changed files
... ...
@@ -936,11 +936,6 @@ function create_flavors {
936 936
     fi
937 937
 }
938 938
 
939
-# create_cell(): Group the available hosts into a cell
940
-function create_cell {
941
-    nova-manage cell_v2 simple_cell_setup --transport-url $(get_transport_url)
942
-}
943
-
944 939
 # Restore xtrace
945 940
 $_XTRACE_LIB_NOVA
946 941
 
... ...
@@ -1257,7 +1257,6 @@ if is_service_enabled nova; then
1257 1257
     echo_summary "Starting Nova"
1258 1258
     start_nova
1259 1259
     create_flavors
1260
-    create_cell
1261 1260
 fi
1262 1261
 if is_service_enabled cinder; then
1263 1262
     echo_summary "Starting Cinder"