Add missing OS::Cinder::Volume resource url map

OS::Cinder::Volume is missing in resource url map in file
openstack_dashboard/dashboards/project/stacks/mappings.py,
this will lead to no link for cinder volume stack resource

Closes-bug: #1417388

Change-Id: Ic6d23be797b0910b60bf616fd5d18b9e4b4e1727
This commit is contained in:
liyingjun 2015-02-03 14:09:44 +08:00
parent 78b92c1c8d
commit 2677db4dc0

View File

@ -42,6 +42,8 @@ resource_urls = {
'link': 'horizon:project:containers:index'},
"OS::Nova::Server": {
'link': 'horizon:project:instances:detail'},
"OS::Cinder::Volume": {
'link': 'horizon:project:volumes:volumes:detail'},
"OS::Neutron::Net": {
'link': 'horizon:project:networks:detail'},
"OS::Neutron::Port": {