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 3c8ffc9f72
commit e2a049e037
2 changed files with 3 additions and 2 deletions

View File

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

View File

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