From 80ad670ad835add380161ca33704701506189adb Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 6 Jun 2016 15:40:37 -0400 Subject: Enable nova-consoleauth as a composable service Implement NovaConsoleauth service using nova-base for common meters. Depends-On: I955b4fc07dc07d8adc32411848e3e131d77a5123 Implements: blueprint composable-services-within-roles Change-Id: I7248f9c0a7a575675a2c2551ca9f8f51290a6656 --- overcloud.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 45571b95..d0a43451 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -592,6 +592,7 @@ parameters: - OS::TripleO::Services::MongoDb - OS::TripleO::Services::NovaApi - OS::TripleO::Services::NovaScheduler + - OS::TripleO::Services::NovaConsoleauth description: A list of service resources (configured in the Heat resource_registry) which represent nested stacks for each service that should get installed on the Controllers. -- cgit 1.2.3-korg