Skip to content

Instantly share code, notes, and snippets.

@stefanandres
Created September 4, 2014 09:58
Show Gist options
  • Save stefanandres/b4da352c20d1d4b5c6d3 to your computer and use it in GitHub Desktop.
Save stefanandres/b4da352c20d1d4b5c6d3 to your computer and use it in GitHub Desktop.
$ curl -s -H "X-Auth-Token: $(keystone token-get | awk '/ id / {print $4}')" localhost:8082/projects | python -mjson.tool
{
"projects": [
{
"fq_name": [
"default-domain",
"admin"
],
"href": "http://localhost:8082/project/88686621-c923-4dc1-9bb6-8dee1bcbb6dc",
"uuid": "88686621-c923-4dc1-9bb6-8dee1bcbb6dc"
},
{
"fq_name": [
"default-domain",
"default-project"
],
"href": "http://localhost:8082/project/e566cfed-631b-4fc3-8ef7-40a835d6e0f0",
"uuid": "e566cfed-631b-4fc3-8ef7-40a835d6e0f0"
},
{
"fq_name": [
"default-domain",
"demo"
],
"href": "http://localhost:8082/project/92035599-a895-4fc0-9a6e-c0fbba5987dc",
"uuid": "92035599-a895-4fc0-9a6e-c0fbba5987dc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment