From 708bf15975d8bfb4b7bc9426a86369d82c0d4dd9 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Fri, 10 Jun 2016 17:43:29 +0200 Subject: 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 --- overcloud.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overcloud.yaml') 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. -- cgit 1.2.3-korg