Removing '!yaql' everywhere
* Another ones are addressed with https://review.openstack.org/#/c/334195/ Change-Id: Ia9b31ebc2f3a7b99dec72ba90fd7e49906b6b782
This commit is contained in:
parent
0d5bafcc25
commit
997a148f8a
@ -103,7 +103,7 @@ Methods:
|
||||
#
|
||||
getProjectConfigRepo:
|
||||
Body:
|
||||
- Return: !yaql "format('https://{0}/open-paas/project-config', $this.instance.ipAddresses[0])"
|
||||
- Return: format('https://{0}/open-paas/project-config', $this.instance.ipAddresses[0])
|
||||
|
||||
#
|
||||
# Switch to newly created project-config repo
|
||||
|
@ -36,7 +36,7 @@ Methods:
|
||||
- $this.dataFile: new(YamlFile, path => $this.dataFilePath)
|
||||
# add new data file to hiera
|
||||
# this file is the only file to store all of data the passed throw Hiera class
|
||||
- $config: !yaql "dict( ':hierarchy' => 'murano')"
|
||||
- $config: dict(':hierarchy' => 'murano')
|
||||
- $this.configFile.putData($config)
|
||||
|
||||
putData:
|
||||
|
Loading…
Reference in New Issue
Block a user