Merge "Enable placement section on controller in multinode setup"
This commit is contained in:
2
stack.sh
2
stack.sh
@@ -872,7 +872,7 @@ fi
|
|||||||
# if placement-api or placement-client is active, and n-cpu on the
|
# if placement-api or placement-client is active, and n-cpu on the
|
||||||
# same box.
|
# same box.
|
||||||
if is_service_enabled placement placement-client; then
|
if is_service_enabled placement placement-client; then
|
||||||
if is_service_enabled n-cpu; then
|
if is_service_enabled n-cpu || is_service_enabled n-sch; then
|
||||||
configure_placement_nova_compute
|
configure_placement_nova_compute
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user