aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-06-06 12:17:19 -0400
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-06-14 12:00:56 +0300
commit27ee21d9bdf3a60d1f5e46ef9a80a9a2e6fe5992 (patch)
tree5054ba21aabb7c29667465ff26654c432911ba6c /overcloud.yaml
parente850ed7b83875d4ad77970fe25123f9a4a45d053 (diff)
Enable nova-api as a composable service
Implement NovaApi service using nova-base for common parameters. Change-Id: Ibcb89b332ab73f18d05e5b2e454964e322b982e6 Implements: blueprint composable-services-within-roles Depends-On: I1dde63a5a7d1624494a7157a9679f88f4cb780e0
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 5f0ad7d8..2117b305 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -590,6 +590,7 @@ parameters:
- OS::TripleO::Services::Redis
- OS::TripleO::Services::NovaConductor
- OS::TripleO::Services::MongoDb
+ - OS::TripleO::Services::NovaApi
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.