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.
83
85
84
86
```bash
@@ -94,6 +96,8 @@ The following variables are set.
94
96
| 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 |
95
97
| OPENSTACK_CLOUD_CACERT_B64 | (Optional) The content of your custom CA file which can be specified in your clouds.yaml by `ca-file`|
96
98
99
+
Note: Only the [external cloud provider](./external-cloud-provider.md) supports [Application Credentials](https://docs.openstack.org/keystone/latest/user/application_credentials.html).
100
+
97
101
## Availability zone
98
102
99
103
The availability zone names must be exposed as an environment variable `OPENSTACK_FAILURE_DOMAIN`.
0 commit comments