From 16093c3932545b1a8d1f4572c98d6953c277b3d5 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Wed, 7 Oct 2015 17:06:45 +0200 Subject: Allow a user to specify a comma separated list of ntp servers This commits aims to allow a user to specify several ntp servers and not just one. Example: openstack overcloud deploy --templates --ntp-server 0.centos.pool.org,1.centos.pool.org Change-Id: I4925ef1cf1e565d789981e609c88a07b6e9b28de --- overcloud-without-mergepy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overcloud-without-mergepy.yaml') diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 66cb4599..eb274c41 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -221,8 +221,9 @@ parameters: type: string hidden: true NtpServer: - type: string default: '' + description: Comma-separated list of ntp servers + type: comma_delimited_list MongoDbNoJournal: default: false description: Should MongoDb journaling be disabled -- cgit 1.2.3-korg