Openstack 未通过云高计填充资源使用情况的统计选项卡

Openstack 未通过云高计填充资源使用情况的统计选项卡,openstack,openstack-horizon,ceilometer,Openstack,Openstack Horizon,Ceilometer,我已经安装了kilo devstack并启用了云高计。因此,它显示了管理面板上的资源使用情况面板。但是我的统计选项卡没有显示任何矩阵的任何图形 ceilometer.conf [DEFAULT] policy_file = /etc/ceilometer/policy.json debug = True verbose = True notification_topics = notifications rpc_backend = rabbit [oslo_messaging_rabb

我已经安装了kilo devstack并启用了云高计。因此,它显示了管理面板上的资源使用情况面板。但是我的统计选项卡没有显示任何矩阵的任何图形

ceilometer.conf

    [DEFAULT]
policy_file = /etc/ceilometer/policy.json
debug = True
verbose = True
notification_topics = notifications
rpc_backend = rabbit

[oslo_messaging_rabbit]
rabbit_userid = stackrabbit
rabbit_password = stackqueue
rabbit_hosts = 10.0.2.15

[service_credentials]
os_auth_url = http://10.0.2.15:5000/v2.0
os_region_name = RegionOne
os_tenant_name = service
os_password = nomoresecrete
os_username = ceilometer

[keystone_authtoken]
signing_dir = /var/cache/ceilometer
cafile = /opt/stack/data/ca-bundle.pem
auth_uri = http://10.0.2.15:5000
project_domain_id = default
project_name = service
user_domain_id = default
password = nomoresecrete
username = ceilometer
auth_url = http://10.0.2.15:35357
auth_plugin = password

[notification]
store_events = True

[database]
metering_connection = mongodb://localhost:27017/ceilometer
event_connection = mongodb://localhost:27017/ceilometer
alarm_connection = mongodb://localhost:27017/ceilometer
请检查我如何在openstack(kilo)仪表板中启用云高计
首先进入devstack目录并搜索local.conf文件

将以下内容粘贴到local.conf中

# Enable the ceilometer metering services
 enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification ceilometer-collector

# Enable the ceilometer alarming services
enable_service ceilometer-alarm-evaluator,ceilometer-alarm-notifier

# Enable the ceilometer api services
enable_service ceilometer-api
在devstack目录中运行以下命令

/unstack.sh./rejoin stack.sh

我的仪表板在“管理”部分显示资源使用情况,但在“统计”选项卡上未显示任何有关资源使用情况的图表。
请帮助我

资源使用情况统计选项卡未显示任何矩阵的任何图形,请参见图片