Add TimeZone parameter for all node types
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_object.pp
index 1eabddf..63ac396 100644 (file)
@@ -22,6 +22,8 @@ if count(hiera('ntp::servers')) > 0 {
   include ::ntp
 }
 
+include ::timezone
+
 include ::swift
 class { '::swift::storage::all':
   mount_check => str2bool(hiera('swift_mount_check')),