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:
Christian Berendt
2019-02-26 05:13:16 +01:00
committed by Kubernetes Prow Robot
parent c36a0226d0
commit 44ee4b507c
3 changed files with 7 additions and 7 deletions

View File

@@ -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: