Skip to content

Commit 770f043

Browse files
Enable placement section on controller in multinode setup
Currently placement api section will be configured on controller only if service n-cpu is running. It breaks multi node setup. Closes-Bug: #1667219 Change-Id: I8b0f60f253859f704bb9831d7dac8f55df353ac7 (cherry picked from commit f58b373)
1 parent 00edb2f commit 770f043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ fi
872872
# if placement-api or placement-client is active, and n-cpu on the
873873
# same box.
874874
if is_service_enabled placement placement-client; then
875-
if is_service_enabled n-cpu; then
875+
if is_service_enabled n-cpu || is_service_enabled n-sch; then
876876
configure_placement_nova_compute
877877
fi
878878
fi

0 commit comments

Comments
 (0)