mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
terraform: use openstackclient instead of novaclient (#4280)
The openstackclient is the preferred CLI for OpenStack environments and should be used instead of novaclient.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c36a0226d0
commit
44ee4b507c
@@ -41,7 +41,7 @@ nginx_kube_apiserver_port: 6443
|
||||
## for instance we need to encapsulate packets with some network plugins
|
||||
## If set the possible values are either 'gce', 'aws', 'azure', 'openstack', 'vsphere', 'oci', or 'external'
|
||||
## When openstack is used make sure to source in the openstack credentials
|
||||
## like you would do when using nova-client before starting the playbook.
|
||||
## like you would do when using openstack-client before starting the playbook.
|
||||
## Note: The 'external' cloud provider is not supported.
|
||||
## TODO(riverzhang): https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/#running-cloud-controller-manager
|
||||
#cloud_provider:
|
||||
|
||||
Reference in New Issue
Block a user