Fix standalone home dir variable

We fixed the name that is used to be standalone but didn't change the
post script. We document the StandaloneHomeDir so we need to address the
template.

Change-Id: I45f1dbb5c7197b80961ead53c4e5b1403ed4e6db
Closes-Bug: #1788413
This commit is contained in:
Alex Schultz 2018-08-22 07:51:25 -06:00
parent ce9346cfff
commit 644b45f238
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ parameters:
DeployedServerPortMap:
default: {}
type: json
UndercloudHomeDir:
description: The HOME directory where the stackrc and ssh credentials for the Undercloud will be installed. Set to /home/<user> to customize the location.
StandaloneHomeDir:
description: The HOME directory where the stackrc and ssh credentials for the Standalone will be installed. Set to /home/<user> to customize the location.
type: string
default: '/root'
AdminPassword: #supplied by tripleo-undercloud-passwords.yaml
@ -86,5 +86,5 @@ resources:
port: 5000
path: /
cloud_name: {get_param: StandaloneCloudName}
homedir: {get_param: UndercloudHomeDir}
homedir: {get_param: StandaloneHomeDir}
region_name: {get_param: KeystoneRegion}