From 0ca8dab4cb2acb2eb3904e4edfbbd33a47fa97a3 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Tue, 22 Nov 2016 20:39:33 +0000 Subject: Make the CloudDomain defaults match the doc strings Not having the default easily accessible is causing issues for the UI, as it cannot guess at it and can accidentally overwrite the value with an empty string (the expected default when unset). The default is already helpfully spelled out in the doc string for each file, this updates the parameter to match it. Change-Id: Ic284f9904e8f1d01cc717d59a0759f679d94106d Closes-Bug: #1643670 --- puppet/objectstorage-role.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/objectstorage-role.yaml') diff --git a/puppet/objectstorage-role.yaml b/puppet/objectstorage-role.yaml index d7681d10..be638c56 100644 --- a/puppet/objectstorage-role.yaml +++ b/puppet/objectstorage-role.yaml @@ -66,6 +66,7 @@ parameters: constraints: - allowed_values: [POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL, ZAQAR_MESSAGE] CloudDomain: + default: 'localdomain' type: string description: > The DNS domain used for the hosts. This should match the dhcp_domain -- cgit 1.2.3-korg