Merge "Install networking-ansible ML2 driver in neutron base images" into stable/queens

This commit is contained in:
Zuul 2019-01-22 16:44:29 +00:00 committed by Gerrit Code Review
commit 4c2c322b76
2 changed files with 9 additions and 0 deletions

View File

@ -530,6 +530,10 @@ SOURCES = {
'type': 'url',
'location': ('$tarballs_base/neutron-fwaas/'
'neutron-fwaas-12.0.1.tar.gz')},
'neutron-base-plugin-networking-ansible': {
'type': 'url',
'location': ('$tarballs_base/networking-ansible/'
'networking-ansible-0.1.0.tar.gz')},
'neutron-base-plugin-networking-baremetal': {
'type': 'url',
'location': ('$tarballs_base/networking-baremetal/'

View File

@ -0,0 +1,5 @@
---
features:
- Add support for networking-ansible. Installs networking-ansible ML2 driver in the neutron
base image when building from source. Binary users can use ``neutron_server_packages_append``
to include ``python-networking-ansible`` when building neutron-server image.