版本说明:openstack Pike
操作系统:centos 7.3
一、功能需求
- 在项目-卷-卷页面和管理员-卷-卷页面导出所有条目到excel;
- 管理员登录后,在管理员-卷-卷页面显示总容量、已分配容量、剩余可用容量;
二、原功能说明
不具备该项功能。
三、功能实现
1、horizon修改增加程序文件:
/horizon/openstack_dashboard/dashboard/project/volumes/views.py
/horizon/openstack_dashboard/dashboard/project/ volumes /tables.py
/horizon/openstack_dashboard/dashboard/admin/volumes/views.py
/horizon/openstack_dashboard/dashboard/admin/ volumes /tables.py
/horizon/openstack_dashboard/dashboard/admin/ volumes /url.py
/horizon/openstack_dashboard/dashboard/admin/volumes/templates/volume/volumes_tables.html
/horizon/openstack_dashboard/dashboard/admin/volumes/templates/volume/volumes_tables.csv
/horizon/templates/horizon/common/_capacity_usage_summary.html
/horizon/templates/horizon/common/_capacity_blank.html
/usage/ base.py
/usage/tables.py
/ usage /views.py