fix populate hiera
Change-Id: I8b09ead7e83d20fb57d2cdf92ca5af91e2c17532
This commit is contained in:
parent
b9fe0f0356
commit
04839b9a61
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user