diff options
author | Steven Hardy <shardy@redhat.com> | 2017-07-04 15:11:27 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-07-04 15:11:27 +0100 |
commit | b25a5767576059d2840200ab2f850d44827f9e56 (patch) | |
tree | e4e0f5eff8c35c3c7bde508a16e522f7796d4d73 /roles | |
parent | b5081b67e5f5a6c88c149f0cd13e0053494f6d60 (diff) |
Fix typo in roles/Networker.yaml
The captialization mismatch here means the role currently doesn't
work.
Change-Id: Iced5004f993f8c100268361d87580d922e47f983
Diffstat (limited to 'roles')
-rw-r--r-- | roles/Networker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/Networker.yaml b/roles/Networker.yaml index a28eaa63..99191de5 100644 --- a/roles/Networker.yaml +++ b/roles/Networker.yaml @@ -16,7 +16,7 @@ - OS::TripleO::Services::Kernel - OS::TripleO::Services::MySQLClient - OS::TripleO::Services::NeutronApi - - OS::TripleO::Services::NeutronBgpvpnApi + - OS::TripleO::Services::NeutronBgpVpnApi - OS::TripleO::Services::NeutronCorePlugin - OS::TripleO::Services::NeutronDhcpAgent - OS::TripleO::Services::NeutronL2gwAgent |