aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-11 10:44:05 +0000
committerGerrit Code Review <review@openstack.org>2015-11-11 10:44:05 +0000
commit7961f61a413eb36caf46677655cbf8af8bfb6303 (patch)
treed17b48d19cff2071e349d9fa705898bb2d719908 /puppet/controller.yaml
parentadefda09c02b6d0b6fe2bfd68513e03924bc028d (diff)
parent16093c3932545b1a8d1f4572c98d6953c277b3d5 (diff)
Merge "Allow a user to specify a comma separated list of ntp servers"
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r--puppet/controller.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml
index 4504428d..af673d7a 100644
--- a/puppet/controller.yaml
+++ b/puppet/controller.yaml
@@ -458,8 +458,9 @@ parameters:
description: Should MongoDb journaling be disabled
type: boolean
NtpServer:
- type: string
default: ''
+ description: Comma-separated list of ntp servers
+ type: comma_delimited_list
PcsdPassword:
type: string
description: The password for the 'pcsd' user.
@@ -967,11 +968,7 @@ resources:
template: "'LIMIT'"
params:
LIMIT: {get_param: RabbitFDLimit}
- ntp_servers:
- str_replace:
- template: '["server"]'
- params:
- server: {get_param: NtpServer}
+ ntp_servers: {get_param: NtpServer}
control_virtual_interface: {get_param: ControlVirtualInterface}
public_virtual_interface: {get_param: PublicVirtualInterface}
swift_hash_suffix: {get_param: SwiftHashSuffix}