Fix remove
This commit is contained in:
parent
555d2f0b96
commit
b8d9436cc7
@ -16,5 +16,5 @@
|
||||
adminurl: {{adminurl}}
|
||||
region: "RegionOne"
|
||||
state: present
|
||||
endpoint: http://{{keystone_host}}:{{keystone_port}}/v2.0/
|
||||
endpoint: http://{{keystone_host}}:{{keystone_admin_port}}/v2.0/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$resource = hiera('{{ name }}')
|
||||
$resource = hiera('{{ resource_name }}')
|
||||
|
||||
$rabbitmq_user = $resource['input']['rabbitmq_user']['value']
|
||||
$rabbitmq_password = $resource['input']['rabbitmq_password']['value']
|
||||
|
Loading…
Reference in New Issue
Block a user