mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Bug fix: support kilo's keystone requirement for domain-name, extracts from ENV var
This commit is contained in:
@@ -3,4 +3,5 @@ auth-url={{ openstack_auth_url }}
|
||||
username={{ openstack_username }}
|
||||
password={{ openstack_password }}
|
||||
region={{ openstack_region }}
|
||||
tenant-id={{ openstack_tenant_id }}
|
||||
tenant-id={{ openstack_tenant_id }}
|
||||
domain-name={{ openstack_domain_name }}
|
||||
|
||||
Reference in New Issue
Block a user