Merge "Change workers to be static when using kubernates"

This commit is contained in:
Jenkins 2016-08-05 03:24:09 +00:00 committed by Gerrit Code Review
commit 1db534e4d0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ openstack_logging_debug: "False"
openstack_region_name: "RegionOne"
openstack_service_workers: "{{ [ansible_processor_vcpus, 5]|min }}"
openstack_service_workers: "{{ [ansible_processor_vcpus, 5]|min if orchestration_engine == 'ANSIBLE' else '1'}}"
# Optionally allow Kolla to set sysctl values
set_sysctl: "yes"