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
# project id can be determined from either request path or service catalog if keystone.auth_token middleware is set to 'include_service_catalog = true'
17
17
# determine the project id from request path
18
-
project_id_from_path = true | false
18
+
project_id_from_path = true | false (default)
19
+
19
20
# determine the project id from the service catalog
0 commit comments