We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4b38ba + 391dae2 commit af02ce6Copy full SHA for af02ce6
1 file changed
openstack/auth_env.go
@@ -24,8 +24,8 @@ OS_PROJECT_NAME and the latter are expected against a v3 auth api.
24
If OS_PROJECT_ID and OS_PROJECT_NAME are set, they will still be referred
25
as "tenant" in Gophercloud.
26
27
-If OS_PROJECT_NAME is set, it requires OS_PROJECT_ID to be set as well to
28
-handle projects not on the default domain.
+If OS_PROJECT_NAME is set, it requires OS_DOMAIN_ID or OS_DOMAIN_NAME to be
+set as well to handle projects not on the default domain.
29
30
To use this function, first set the OS_* environment variables (for example,
31
by sourcing an `openrc` file), then:
0 commit comments