Revert "Setup cellsv2 for Nova"

This reverts commit b1a4f34bfc, 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
This commit is contained in:
Jim Rollenhagen 2016-08-15 14:58:00 -04:00
parent 8cf4a81bfc
commit 9301e8875b
2 changed files with 0 additions and 6 deletions

View File

@ -936,11 +936,6 @@ function create_flavors {
fi
}
# create_cell(): Group the available hosts into a cell
function create_cell {
nova-manage cell_v2 simple_cell_setup --transport-url $(get_transport_url)
}
# Restore xtrace
$_XTRACE_LIB_NOVA

View File

@ -1257,7 +1257,6 @@ if is_service_enabled nova; then
echo_summary "Starting Nova"
start_nova
create_flavors
create_cell
fi
if is_service_enabled cinder; then
echo_summary "Starting Cinder"