Merge "Set configure_qemu to true to get qemu port range applied"
This commit is contained in:
commit
995fa8451a
@ -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:
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user