Find out the current project on which user is working.
Get a list of projects accesible for the current user or other users.
Platform9 Managed OpenStack All Versions
OpenStack CLI
To find out the current project the environment variable can be used:
$ env | grep -i project_nameOS_PROJECT_NAME=admin
Note: Ensure the correct rc file is sourced.
Get a list of projects for the currently authenticated user:
To get a list of projects for other user:
Last updated 6 months ago
$ openstack project list --my-projects
$ openstack project list --user [User_UUID]