Add an Admin User to Project
Problem
In OpenStack, the default role for a user in a project is a member role . This process can be used to elevate the privileges for the user.
Environment
- Platform9 Managed OpenStack - All Versions
- OpenStack Python CLI Client
Procedure
- Source the .rc file which has your admin credentials.
- Obtain the UUID of the user.
- Get the UUID of the project.
- Assign the admin role to the user.
Additional Information
Was this page helpful?