Skip to content

Instantly share code, notes, and snippets.

@elmiko
Last active August 29, 2015 14:05
Show Gist options
  • Save elmiko/b6270c626061767fbce7 to your computer and use it in GitHub Desktop.
Save elmiko/b6270c626061767fbce7 to your computer and use it in GitHub Desktop.
creating a domain scoped token
{
"auth": {
"identity": {
"methods": [
"password"
],
"password": {
"user": {
"domain": {
"name": "Default"
},
"name": "admin",
"password": "openstack"
}
}
},
"scope": {
"domain": {
"name": "Default"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment