aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-01 16:26:23 +0000
committerGerrit Code Review <review@openstack.org>2016-07-01 16:26:24 +0000
commitf733b2edd1721fb187d3f261e2d8d8ab3f40c9f1 (patch)
tree7647b51e84befa9c314b326fc3244d0c3317b404 /overcloud.yaml
parent337d2c62038bde10cfb48d6c1bd09f3cbf72ba6a (diff)
parent9f1b58e8ac3825a9668a1dcb8d24f6aa9c5e3d3a (diff)
Merge "First iteration of libvirt and nova-compute as a composable services"
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 3b52acdc..1d5fd8b1 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -567,9 +567,10 @@ parameters:
ComputeServices:
default:
- OS::TripleO::Services::Timezone
- - OS::TripleO::Services::NovaCompute
- OS::TripleO::Services::Ntp
- OS::TripleO::Services::Snmp
+ - OS::TripleO::Services::NovaCompute
+ - OS::TripleO::Services::NovaLibvirt
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.