From 547552fc7b6730f7d0670c5b0d76f63e5372f8c7 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 3 Jul 2018 10:39:28 +0200 Subject: [PATCH] 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 --- puppet/services/nova-libvirt.yaml | 1 + .../notes/nova_qemu_enable_config-c89016b4d93802d6.yaml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/nova_qemu_enable_config-c89016b4d93802d6.yaml diff --git a/puppet/services/nova-libvirt.yaml b/puppet/services/nova-libvirt.yaml index c9c11f6533..16c45bc5a2 100644 --- a/puppet/services/nova-libvirt.yaml +++ b/puppet/services/nova-libvirt.yaml @@ -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: diff --git a/releasenotes/notes/nova_qemu_enable_config-c89016b4d93802d6.yaml b/releasenotes/notes/nova_qemu_enable_config-c89016b4d93802d6.yaml new file mode 100644 index 0000000000..f6775b381c --- /dev/null +++ b/releasenotes/notes/nova_qemu_enable_config-c89016b4d93802d6.yaml @@ -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.