mirror of https://github.com/apache/jclouds.git
Adding adminURL to Endpoint so we can access admin client features
This commit is contained in:
parent
0ceb403a91
commit
890dd0c15b
|
@ -56,9 +56,11 @@
|
||||||
"type": "identity",
|
"type": "identity",
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
|
"adminURL": "https://csnode.jclouds.org:35357/v2.0/",
|
||||||
"publicURL": "https://csnode.jclouds.org/v2.0/",
|
"publicURL": "https://csnode.jclouds.org/v2.0/",
|
||||||
"region": "region-a.geo-1",
|
"region": "region-a.geo-1",
|
||||||
"id": "2.0",
|
"id": "2.0",
|
||||||
|
"versionId":"2.0",
|
||||||
"list": "https://csnode.jclouds.org/extension"
|
"list": "https://csnode.jclouds.org/extension"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue