Fix undeploy and resource_name ref at cinder api
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
e257f73d3e
commit
4555c6b3a8
@ -1,6 +1,7 @@
|
||||
class {'cinder::api':
|
||||
enabled => false,
|
||||
package_ensure => 'absent'
|
||||
package_ensure => 'absent',
|
||||
keystone_password => 'not important as removed',
|
||||
}
|
||||
|
||||
include cinder::params
|
||||
|
@ -1,4 +1,4 @@
|
||||
$resource = hiera('{{ resource_name }}')
|
||||
$resource = hiera($::resource_name)
|
||||
|
||||
$ip = $resource['input']['ip']['value']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user