mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Enable openstack_cacert to be either file or base64 string (#5243)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2864e13ff9
commit
dea9304968
@@ -5,6 +5,9 @@ To deploy kubespray on [OpenStack](https://www.openstack.org/) uncomment the `cl
|
||||
|
||||
After that make sure to source in your OpenStack credentials like you would do when using `nova-client` or `neutron-client` by using `source path/to/your/openstack-rc` or `. path/to/your/openstack-rc`.
|
||||
|
||||
For those who prefer to pass the OpenStack CA certificate as a string, one can
|
||||
base64 encode the cacert file and store it in the variable `openstack_cacert`.
|
||||
|
||||
The next step is to make sure the hostnames in your `inventory` file are identical to your instance names in OpenStack.
|
||||
Otherwise [cinder](https://wiki.openstack.org/wiki/Cinder) won't work as expected.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user