aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorSven Anderson <sven@redhat.com>2016-06-10 17:43:29 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-06-14 12:00:56 +0300
commit708bf15975d8bfb4b7bc9426a86369d82c0d4dd9 (patch)
tree228fa29aeca9f8f71ec80a5ea20a9db797a56607 /overcloud.yaml
parent16d04892919d097dc5a8470727b9b6f816682ba3 (diff)
Enable nova-compute as a composable service
Implement NovaCompute service using nova-base for common parameters. Depends-On: I57f729daf675674ce37b49e17652c575715fbe23 Implements: blueprint composable-services-within-roles Change-Id: I4494a94a3813d255b9f2d5a18874efd6a63737df
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 2d332797..d8955b9e 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -600,7 +600,8 @@ parameters:
type: comma_delimited_list
ComputeServices:
- default: []
+ default:
+ - OS::TripleO::Services::NovaCompute
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 Compute Nodes.