diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-12 19:15:52 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-13 00:17:17 +0000 |
commit | dcb7c4a04bbe73bcd7ce7b373cf7e2d3bb6c3055 (patch) | |
tree | a5d5da07d5da6341249e0fd06f456c661853d8eb /ci/config_tpl | |
parent | c0b9a08d0d0f3fca9082b6058ae0482d1363af81 (diff) |
modified to accomodate new naming convention for data api.
Change-Id: I236ad119218773ac380522c7c90097dc3455ef34
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml | 2 | ||||
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml b/ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml index f0416a73..497aae2e 100644 --- a/ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml @@ -4,7 +4,7 @@ {% if os.service.bindings %} {% if opnfv.spaces_dict.data is defined %} bindings: - data: admin-api + data: tenant-data {% else %} bindings: data: internal-api diff --git a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml index 1dd2210d..172ea026 100644 --- a/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml @@ -3,7 +3,7 @@ {% if os.service.bindings %} {% if opnfv.spaces_dict.data is defined %} bindings: - data: admin-api + data: tenant-data options: {% else %} bindings: |