Removing '!yaql' everywhere

* Another ones are addressed with https://review.openstack.org/#/c/334195/

Change-Id: Ia9b31ebc2f3a7b99dec72ba90fd7e49906b6b782
This commit is contained in:
Nikolay Mahotkin 2016-07-01 16:08:42 +03:00
parent 0d5bafcc25
commit 997a148f8a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: