Merge "Orchestration endpoints for keystone test data"
This commit is contained in:
commit
4b9cd0040d
@ -47,7 +47,8 @@ class ServicesViewTests(test.BaseAdminViewTests):
|
|||||||
'<Service: identity (native backend)>',
|
'<Service: identity (native backend)>',
|
||||||
'<Service: object-store>',
|
'<Service: object-store>',
|
||||||
'<Service: network>',
|
'<Service: network>',
|
||||||
'<Service: ec2>'])
|
'<Service: ec2>',
|
||||||
|
'<Service: orchestration>'])
|
||||||
|
|
||||||
quotas_tab = res.context['tab_group'].get_tab('quotas')
|
quotas_tab = res.context['tab_group'].get_tab('quotas')
|
||||||
self.assertQuerysetEqual(quotas_tab._tables['quotas'].data,
|
self.assertQuerysetEqual(quotas_tab._tables['quotas'].data,
|
||||||
|
@ -82,7 +82,15 @@ SERVICE_CATALOG = [
|
|||||||
{"region": "RegionOne",
|
{"region": "RegionOne",
|
||||||
"adminURL": "http://admin.nova.example.com:8773/services/Admin",
|
"adminURL": "http://admin.nova.example.com:8773/services/Admin",
|
||||||
"publicURL": "http://public.nova.example.com:8773/services/Cloud",
|
"publicURL": "http://public.nova.example.com:8773/services/Cloud",
|
||||||
"internalURL": "http://int.nova.example.com:8773/services/Cloud"}]}
|
"internalURL": "http://int.nova.example.com:8773/services/Cloud"}]},
|
||||||
|
{"type": "orchestration",
|
||||||
|
"name": "Heat",
|
||||||
|
"endpoints_links": [],
|
||||||
|
"endpoints": [
|
||||||
|
{"region": "RegionOne",
|
||||||
|
"adminURL": "http://admin.heat.example.com:8004/v1",
|
||||||
|
"publicURL": "http://public.heat.example.com:8004/v1",
|
||||||
|
"internalURL": "http://int.heat.example.com:8004/v1"}]}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user