Skip to content

Commit

Permalink
Revert "Setup cellsv2 for Nova"
Browse files Browse the repository at this point in the history
This reverts commit b1a4f34, 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
  • Loading branch information
jimrollenhagen committed Aug 15, 2016
1 parent 8cf4a81 commit 9301e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions lib/nova
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9301e88

Please sign in to comment.