diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-21 17:20:41 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-23 04:33:32 +0000 |
commit | a6950601fd26765b8d7211a549df78ad942b9c12 (patch) | |
tree | da816fb4168864d94cc8fffec145bd30d435eabe /build/opnfv-environment.yaml | |
parent | 8cafb288943dd0ad9a29c6e7b3d7b22710a10f89 (diff) |
Fixes missing bgpvpn service on controller
Change-Id: I943fc99d539aca9bc66204a75dbd2ae8fa7033fd
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 935f36ff80663ecc4617969c1f214201e8dde5a4)
Diffstat (limited to 'build/opnfv-environment.yaml')
-rw-r--r-- | build/opnfv-environment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 5b5d4500..7da252ec 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -132,6 +132,7 @@ parameter_defaults: - OS::TripleO::Services::NeutronVppAgent - OS::TripleO::Services::OVNDBs - OS::TripleO::Services::Vpp + - OS::TripleO::Services::NeutronBgpvpnApi ComputeServices: - OS::TripleO::Services::Barometer - OS::TripleO::Services::CACerts |