summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-24 20:29:33 -0800
committertermie <github@anarkystic.com>2012-01-24 20:29:33 -0800
commit608b9a270bf2bdc017e02d2575669ec62d0645e7 (patch)
tree32da0fa9758840534d5fd4886704f94dd0eec20f /tests
parentde6a98a1381090583f253ccbaa9c5af3c392e877 (diff)
downloadkeystone-608b9a270bf2bdc017e02d2575669ec62d0645e7.tar.gz
keystone-608b9a270bf2bdc017e02d2575669ec62d0645e7.tar.xz
keystone-608b9a270bf2bdc017e02d2575669ec62d0645e7.zip
remove this useless catalog
Diffstat (limited to 'tests')
-rw-r--r--tests/keystone_compat_diablo_sample_catalog.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/tests/keystone_compat_diablo_sample_catalog.json b/tests/keystone_compat_diablo_sample_catalog.json
deleted file mode 100644
index 1ccef4a1..00000000
--- a/tests/keystone_compat_diablo_sample_catalog.json
+++ /dev/null
@@ -1,53 +0,0 @@
-[{
- "name":"Cloud Servers",
- "type":"compute",
- "endpoints":[{
- "tenantId":"1",
- "publicURL":"https://compute.north.host/v1/1234",
- "internalURL":"https://compute.north.host/v1/1234",
- "region":"North",
- "versionId":"1.0",
- "versionInfo":"https://compute.north.host/v1.0/",
- "versionList":"https://compute.north.host/"
- },
- {
- "tenantId":"2",
- "publicURL":"https://compute.north.host/v1.1/3456",
- "internalURL":"https://compute.north.host/v1.1/3456",
- "region":"North",
- "versionId":"1.1",
- "versionInfo":"https://compute.north.host/v1.1/",
- "versionList":"https://compute.north.host/"
- }
- ],
- "endpoints_links":[]
-},
-{
- "name":"Cloud Files",
- "type":"object-store",
- "endpoints":[{
- "tenantId":"11",
- "publicURL":"https://compute.north.host/v1/blah-blah",
- "internalURL":"https://compute.north.host/v1/blah-blah",
- "region":"South",
- "versionId":"1.0",
- "versionInfo":"uri",
- "versionList":"uri"
- },
- {
- "tenantId":"2",
- "publicURL":"https://compute.north.host/v1.1/blah-blah",
- "internalURL":"https://compute.north.host/v1.1/blah-blah",
- "region":"South",
- "versionId":"1.1",
- "versionInfo":"https://compute.north.host/v1.1/",
- "versionList":"https://compute.north.host/"
- }
- ],
- "endpoints_links":[{
- "rel":"next",
- "href":"https://identity.north.host/v2.0/endpoints?marker=2"
- }
- ]
-}
-]