diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-26 11:45:59 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-26 11:45:59 -0400 |
commit | ff7707530cc80b0d2d039029f97a5ab0048353d4 (patch) | |
tree | ae7b6aab99612962c477581d71a619613aa4fe57 /build | |
parent | 91a5fa414d46b5b2215bf823166babd034e92503 (diff) |
Fixes BgpVpn service name and tht fixes
BgpVpn service was spelled incorrectly and there were syntax issues with
the corresponding heat templates.
apex-tripleo-heat-templates: If39072c687dcfb3fcb5c2dab33ecc3755b3396df
Change-Id: I94155f4a32af2338bcd58afe3fb602860346a555
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 7da252ec..6dce7bd3 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -132,7 +132,7 @@ parameter_defaults: - OS::TripleO::Services::NeutronVppAgent - OS::TripleO::Services::OVNDBs - OS::TripleO::Services::Vpp - - OS::TripleO::Services::NeutronBgpvpnApi + - OS::TripleO::Services::NeutronBgpVpnApi ComputeServices: - OS::TripleO::Services::Barometer - OS::TripleO::Services::CACerts |