From af0f439ec931e4e9656e6ea4bbacb28539d3293a Mon Sep 17 00:00:00 2001 From: James Denton Date: Thu, 16 Aug 2018 19:07:35 +0000 Subject: [PATCH] Provides group_names for use with provider_network plugin This patch will provide group_names to the provider network object, which will then be used to compare group_binds for selective provider network placement across nodes. Change-Id: I2964366ecc9052582d6eb39d1caf81027fa58271 Partial-Bug: #1787462 Depends-On: https://review.openstack.org/592661 --- playbooks/common-playbooks/neutron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/common-playbooks/neutron.yml b/playbooks/common-playbooks/neutron.yml index 6cef466dfb..31cc23c86a 100644 --- a/playbooks/common-playbooks/neutron.yml +++ b/playbooks/common-playbooks/neutron.yml @@ -77,6 +77,7 @@ provider_networks: "{{ provider_networks }}" bind_prefix: "{{ provider_network_bind_prefix | default('') }}" is_metal: "{{ is_metal }}" + group_names: "{{ group_names }}" register: pndata when: neutron_provider_networks is not defined tags: