Set serial to 100% for nova_compute

When running serialized nova-compute install, the compute nodes won't have
all the ssh key. This patch ensure we have a working default setting.

Change-Id: I2665b189e3c0dda2d9663705b157d85a7d662a61
This commit is contained in:
Marc Gariepy 2017-08-25 15:08:53 -04:00
parent 9b24d491dd
commit e82f84aabd

View File

@ -129,7 +129,7 @@
include: common-playbooks/nova.yml
vars:
nova_hosts: "nova_compute:!nova_conductor:!nova_scheduler:!nova_consoleauth:!nova_api_os_compute:!nova_api_placement:!nova_api_metadata:!nova_console"
nova_serial: "{{ nova_compute_serial | default('50%') }}"
nova_serial: "{{ nova_compute_serial | default('100%') }}"