From c5ea6e699ca4ace0673ea30a23cb57d48849ccc6 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 20 Jun 2016 09:26:03 +0200 Subject: Composable Timezone service - CephStorage Add timezone as a composable service Change-Id: I1569b2ebdca8e67c0e92a5c0e3fadd12006cc02a Partially-implements: blueprint composable-services-within-roles --- overcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 10a3cf04..7e110035 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -677,6 +677,7 @@ parameters: CephStorageServices: default: - OS::TripleO::Services::Ntp + - OS::TripleO::Services::Timezone 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 CephStorage nodes. @@ -1056,7 +1057,6 @@ resources: KeyName: {get_param: KeyName} Flavor: {get_param: OvercloudCephStorageFlavor} ServiceNetMap: {get_param: ServiceNetMap} - TimeZone: {get_param: TimeZone} UpdateIdentifier: {get_param: UpdateIdentifier} Hostname: str_replace: -- cgit 1.2.3-korg