fix populate hiera

Change-Id: I8b09ead7e83d20fb57d2cdf92ca5af91e2c17532
This commit is contained in:
Igor Gajsin 2016-08-03 18:08:13 +03:00
parent b9fe0f0356
commit 04839b9a61
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ $fpg_manila = hiera_hash('fuel-plugin-manila', {})
$file = '/etc/hiera/plugins/fuel-plugin-manila.yaml'
$new_password = generate("/bin/bash", "-c", "/bin/date +%s | sha256sum | base64 | head -c 32 ; echo -n")
sleep 1
$db_password = generate("/bin/bash", "-c", "/bin/date +%s | sha256sum | base64 | head -c 32 ; echo -n")
$db_password = generate("/bin/bash", "-c", "sleep1; /bin/date +%s | sha256sum | base64 | head -c 32 ; echo -n")
$image_name = 'manila-service-image'
$service_image = $fpg_manila['fuel-plugin-manila_image']