Merge "Enable placement section on controller in multinode setup"

This commit is contained in:
Jenkins 2017-02-24 16:55:54 +00:00 committed by Gerrit Code Review
commit 50aa32014c
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ fi
# if placement-api or placement-client is active, and n-cpu on the
# same box.
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
fi
fi