List Projects For Users
Problem
Environment
Procedure
Scenario 1:
$ env | grep -i project_nameOS_PROJECT_NAME=adminScenario 2:
Scenario 3:
Last updated
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=adminNote: 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
$ openstack project list --my-projects$ openstack project list --user [User_UUID]