Extra fix for removed module_extra_vars

Some variables should be modified too, just like this commit:
https://review.openstack.org/552863

Change-Id: Id43eefb948a05de03d19c46048b6151bf6f5dc0a
Related-Bug: #1769463
This commit is contained in:
chenxing 2018-05-07 10:38:47 +08:00
parent 017eadd844
commit 6397c2abf5
3 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,6 @@
password: "{{ manila_keystone_password }}" password: "{{ manila_keystone_password }}"
role: "admin" role: "admin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_manila_auth }}' }}" auth: "{{ openstack_manila_auth }}"
endpoint_type: "{{ openstack_interface }}" endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True

View File

@ -27,6 +27,6 @@
password: "{{ panko_keystone_password }}" password: "{{ panko_keystone_password }}"
role: "admin" role: "admin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_panko_auth }}' }}" auth: "{{ openstack_panko_auth }}"
endpoint_type: "{{ openstack_interface }}" endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True

View File

@ -27,6 +27,6 @@
password: "{{ sahara_keystone_password }}" password: "{{ sahara_keystone_password }}"
role: "admin" role: "admin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_sahara_auth }}' }}" auth: "{{ openstack_sahara_auth }}"
endpoint_type: "{{ openstack_interface }}" endpoint_type: "{{ openstack_interface }}"
run_once: True run_once: True