From d006338bd483b6c0396d0a1497f54584cece9abf Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 31 Oct 2016 11:02:48 -0400 Subject: nova/libvirt: add missing ports for live-migration Some ports are missing to support live-migration. This patch adds them. Documented here: https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/paged/migrating-instances/chapter-1-how-to-migrate-a-live-instance Change-Id: I72634a9940c11602522322235e51bf27cb664e57 --- puppet/services/nova-libvirt.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'puppet') diff --git a/puppet/services/nova-libvirt.yaml b/puppet/services/nova-libvirt.yaml index 31732580..241e6057 100644 --- a/puppet/services/nova-libvirt.yaml +++ b/puppet/services/nova-libvirt.yaml @@ -54,6 +54,8 @@ outputs: '200 nova_libvirt': dport: - 16509 + - 16514 + - '49152-49215' step_config: | include tripleo::profile::base::nova::libvirt -- cgit 1.2.3-korg