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
This commit is contained in:
James Denton 2018-08-16 19:07:35 +00:00
parent a2a962198f
commit af0f439ec9

View File

@ -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: