From 6a151ec6974a658b8ff4c3116b405da99e242ced Mon Sep 17 00:00:00 2001 From: Ryan Hefner Date: Mon, 4 Apr 2016 13:49:19 -0400 Subject: Enable Neutron LBaaS Integration Allows the configuration of the Neutron LBaaS agent. Implements: blueprint lbaasv2-service-integration Change-Id: Iae2bf7faeea93d5275994b2ee10f9bf863ed6152 Depends-On: Ieeb21fafd340fdfbaddbe7633946fe0f05c640c9 --- roles/Controller.yaml | 1 + roles/Networker.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/Controller.yaml b/roles/Controller.yaml index e156396d..40e51aa8 100644 --- a/roles/Controller.yaml +++ b/roles/Controller.yaml @@ -85,6 +85,7 @@ - OS::TripleO::Services::NeutronL2gwAgent - OS::TripleO::Services::NeutronL2gwApi - OS::TripleO::Services::NeutronL3Agent + - OS::TripleO::Services::NeutronLbaasv2Agent - OS::TripleO::Services::NeutronLinuxbridgeAgent - OS::TripleO::Services::NeutronMetadataAgent - OS::TripleO::Services::NeutronML2FujitsuCfab diff --git a/roles/Networker.yaml b/roles/Networker.yaml index a28eaa63..32152cba 100644 --- a/roles/Networker.yaml +++ b/roles/Networker.yaml @@ -22,6 +22,7 @@ - OS::TripleO::Services::NeutronL2gwAgent - OS::TripleO::Services::NeutronL2gwApi - OS::TripleO::Services::NeutronL3Agent + - OS::TripleO::Services::NeutronLbaasv2Agent - OS::TripleO::Services::NeutronMetadataAgent - OS::TripleO::Services::NeutronML2FujitsuCfab - OS::TripleO::Services::NeutronML2FujitsuFossw -- cgit 1.2.3-korg