Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ---
  2. - name: Configure OpenStack authentication information
  3. hosts: openstack_clients
  4. gather_facts: no
  5. roles:
  6. - role: "openstack_openrc"
  7. openrc_cinder_endpoint_type: publicURL
  8. openrc_nova_endpoint_type: publicURL
  9. openrc_os_endpoint_type: publicURL
  10. openrc_clouds_yml_interface: public
  11. openrc_os_username: admin
  12. openrc_os_tenant_name: admin
  13. openrc_os_password: "{{ keystone_auth_admin_password }}"
  14. openrc_os_auth_url: "{{ keystone_service_publicurl }}"
  15. openrc_os_domain_name: "Default"
  16. openrc_region_name: "{{ service_region }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement