First time here? Check out the FAQ!
![]() | 1 | initial version |
So you basically would need to have a account with the ResellerAdmin role which would allow you to access other accounts.
The steps would be :
have an admin user with the ResellerAdmin role (create the role already if it wasn't created before) : https://gist.github.com/chmouel/5120245
get the tenant_id of the tenant you want to access.
the storage_url will become :
http://storage_ip:8080/v1/AUTH_%(tenant_id)
get a token from the admin user.
you will be able to access the tenant_id like this :
curl -H 'X-Auth-User: ${ADMIN_TOKEN}' ${USER_STORAGE_URL}
I don't know if that's clear enough, feel free to ping me on irc if needed.