Missing samples for endpoint list (bug 1046871)

Change-Id: I723e290056a7220c4493828eb57dc1abf34615c6
This commit is contained in:
Dolph Mathews 2012-09-06 09:44:44 -05:00
parent abb1479e20
commit 4ba89b129a
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"endpoints": [
{
"name": "Nova",
"adminURL": "http://admin.openstack/nova",
"region": "north",
"internalURL": "http://internal.openstack/nova",
"type": "compute",
"id": "8c3426bd730c48f5b59527df3a51b901",
"publicURL": "http://public.openstack/nova"
}
],
"endpoints_links": []
}

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<endpoints xmlns="http://docs.openstack.org/identity/api/v2.0">
<endpoint name="Nova" adminURL="http://admin.openstack/nova" region="north" internalURL="http://internal.openstack/nova" type="compute" id="8c3426bd730c48f5b59527df3a51b901" publicURL="http://public.openstack/nova"/>
</endpoints>