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/#/c/616377
(cherry picked from commit af0f439ec9)
This commit is contained in:
James Denton 2018-08-16 19:07:35 +00:00 committed by Jimmy McCrory
parent c6160a76ff
commit 8c8950e97d
2 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@
- name: plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: 0e5b2c507a2933fbc3b84f9882d8b1596ed2f0da
version: 55803640ceb98305e9d90a795f86bf3858576852
- name: rabbitmq_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server

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: