Set configure_qemu to true to get qemu port range applied

With https://review.openstack.org/#/c/561784 we change the default
migration port range to '61152-61215'.
nova::migration::qemu::configure_qemu needs to be set to true that
the config gets applied via puppet-nova.

Change-Id: Iad4b392c9fe7426f2ce10a02fadd8b1aeee34ef6
Closes-bug: 1779820
Depends-On: Idadfc7b3507977f1385e846a48a734ed0e5f0a32
(cherry picked from commit 547552fc7b)
This commit is contained in:
Martin Schuppert 2018-07-03 10:39:28 +02:00
parent 9f61bc96ee
commit 322747fa6e
2 changed files with 8 additions and 0 deletions

View File

@ -210,6 +210,7 @@ outputs:
nova::compute::libvirt::qemu::max_files: 32768
nova::compute::libvirt::qemu::max_processes: 131072
nova::compute::libvirt::vncserver_listen: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
nova::migration::qemu::configure_qemu: true
nova::migration::qemu::migration_port_min: 61152
nova::migration::qemu::migration_port_max: 61215
rbd_persistent_storage: {get_param: CinderEnableRbdBackend}

View File

@ -0,0 +1,7 @@
---
fixes:
- |
With https://review.openstack.org/#/c/561784 we change the default
migration port range to '61152-61215'.
nova::migration::qemu::configure_qemu needs to be set to true that
the config gets applied via puppet-nova.