9f8da6c225
Currently kubespray does not install kubernetes in a way that allows cinder volumes to be used. This commit provides the necessary cloud configuration file and configures kubelet and kube-apiserver to use it.
6 lines
No EOL
176 B
Django/Jinja
6 lines
No EOL
176 B
Django/Jinja
[Global]
|
|
auth-url={{ openstack_auth_url }}
|
|
username={{ openstack_username }}
|
|
password={{ openstack_password }}
|
|
region={{ openstack_region }}
|
|
tenant-id={{ openstack_tenant_id }} |