aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-06-06 14:56:43 -0400
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-06-14 12:00:56 +0300
commit94bf2d5a0cfa2eacf93f5c7c9604f12064e6afd5 (patch)
treef7a2f17e688242bea752040f5ce20f32558eea60 /overcloud.yaml
parent27ee21d9bdf3a60d1f5e46ef9a80a9a2e6fe5992 (diff)
Enable nova-scheduler as a composable service
Implement NovaScheduler service using nova-base for common parameters. Depends-On: I5e1c90e3c6dc556f872ced73744c5c74caaa3635 Change-Id: Ie50716a09c53d656835b16991128c94b35cf1ed2 Implements: blueprint composable-services-within-roles
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 2117b305..45571b95 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -591,6 +591,7 @@ parameters:
- OS::TripleO::Services::NovaConductor
- OS::TripleO::Services::MongoDb
- OS::TripleO::Services::NovaApi
+ - OS::TripleO::Services::NovaScheduler
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.