Merge "Setup cellsv2 for Nova"
This commit is contained in:
commit
8cf4a81bfc
5
lib/nova
5
lib/nova
@ -936,6 +936,11 @@ function create_flavors {
|
|||||||
fi
|
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
|
# Restore xtrace
|
||||||
$_XTRACE_LIB_NOVA
|
$_XTRACE_LIB_NOVA
|
||||||
|
|
||||||
|
1
stack.sh
1
stack.sh
@ -1257,6 +1257,7 @@ if is_service_enabled nova; then
|
|||||||
echo_summary "Starting Nova"
|
echo_summary "Starting Nova"
|
||||||
start_nova
|
start_nova
|
||||||
create_flavors
|
create_flavors
|
||||||
|
create_cell
|
||||||
fi
|
fi
|
||||||
if is_service_enabled cinder; then
|
if is_service_enabled cinder; then
|
||||||
echo_summary "Starting Cinder"
|
echo_summary "Starting Cinder"
|
||||||
|
Loading…
Reference in New Issue
Block a user