Browse Source
This removes the need for a special neutron-api fork. Validated that the content of /etc/neutron/ remained equivalent after this change. Func-Test-PR: https://github.com/openstack-charmers/zaza-openstack-tests/pull/371 Change-Id: If17aeca06ef71310b1b918a1fa9a555a636b03f8changes/60/742460/3
10 changed files with 82 additions and 118 deletions
@ -1,6 +1,4 @@
|
||||
- project: |
||||
# NOTE(lourot): templates are defined in |
||||
# https://opendev.org/openstack/openstack-zuul-jobs |
||||
templates: |
||||
- openstack-python3-ussuri-jobs |
||||
- openstack-python3-charm-jobs |
||||
- openstack-cover-jobs |
||||
|
@ -1,11 +0,0 @@
|
||||
############################################################################### |
||||
# [ WARNING ] |
||||
# Configuration file maintained by Juju. Local changes may be overwritten. |
||||
############################################################################### |
||||
|
||||
[ml2_arista] |
||||
eapi_host = {{ eapi_host }} |
||||
eapi_username = {{ eapi_username }} |
||||
eapi_password = {{ eapi_password }} |
||||
region_name = {{ region_name }} |
||||
api_type = {{ api_type }} |
Loading…
Reference in new issue