Update git submodules

* Update openstack-ansible-plugins from branch 'master'
  to 17973545a17489e17d9cfd5ba3304ac8d01f8a74
  - Add reference_group support to provider_networks module
    
    When deploying a routed environment with layer 3 pods it is
    necessary to restrict which hosts have access to physical networks
    (net_name) in Neutron's config files. At present it is necessary to
    create specific Ansible groups and use 'group_binds' to indicate
    where to deploy this configuration.
    
    In more complex deployments where hosts within a 'pod' have mixed
    capabilities or purposes this requires the Ansible groups to be
    very specific and they become hard to manage.
    
    By adding reference_group support here and setting this to the
    'pod' identifier (for example 'rack1_hosts'), the group_binds
    can be used to narrow down the hosts within this group (for example
    'compute_hosts' or 'compute_hosts_with_sriov').
    
    Change-Id: I67e2e6c41bf7162534a35577ea285aba6ae30663
This commit is contained in:
Andrew Bonney 2022-03-15 14:15:38 +00:00 committed by Gerrit Code Review
parent ec8dcd6d97
commit f2933c0a26
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b7edc1f064cabac2b217906bd9b582c7c92f11f0
Subproject commit 17973545a17489e17d9cfd5ba3304ac8d01f8a74