Merge "Set configure_qemu to true to get qemu port range applied"

This commit is contained in:
Zuul 2018-07-06 18:06:52 +00:00 committed by Gerrit Code Review
commit 995fa8451a
2 changed files with 8 additions and 0 deletions

View File

@ -209,6 +209,7 @@ outputs:
nova::compute::libvirt::qemu::configure_qemu: true
nova::compute::libvirt::qemu::max_files: 32768
nova::compute::libvirt::qemu::max_processes: 131072
nova::migration::qemu::configure_qemu: true
nova::migration::qemu::migration_port_min: 61152
nova::migration::qemu::migration_port_max: 61215
nova::compute::libvirt::vncserver_listen:

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.