You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [env.rc](./env.rc) script sets the environment variables related to credentials.
65
67
66
68
```bash
@@ -76,6 +78,8 @@ The following variables are set.
76
78
| OPENSTACK_CLOUD_PROVIDER_CONF_B64 | The content of [cloud.conf](https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/#cloud-conf) which is used by OpenStack cloud provider |
77
79
| OPENSTACK_CLOUD_CACERT_B64 | (Optional) The content of your custom CA file which can be specified in your clouds.yaml by `ca-file`|
78
80
81
+
Note: Only the [external cloud provider](./external-cloud-provider.md) supports [Application Credentials](https://docs.openstack.org/keystone/latest/user/application_credentials.html).
82
+
79
83
## Availability zone
80
84
81
85
The availability zone names must be exposed as an environment variable `OPENSTACK_FAILURE_DOMAIN`.
0 commit comments