Fix undeploy and resource_name ref at cinder api

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-07-21 13:58:41 +02:00
parent e257f73d3e
commit 4555c6b3a8
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
class {'cinder::api':
enabled => false,
package_ensure => 'absent'
package_ensure => 'absent',
keystone_password => 'not important as removed',
}
include cinder::params

View File

@ -1,4 +1,4 @@
$resource = hiera('{{ resource_name }}')
$resource = hiera($::resource_name)
$ip = $resource['input']['ip']['value']