Ceilometer Meters Missing
Hello, I have installed packstack to CentOS 7 on virtualBox. After installation finished I am able to login horizon and create instances but when I try to see their resouce usage from terminal I can't see any cpu_util or memory_util meters. I did exact same order for installation that is written in RDO Project Quick Install
the version that I installed is Mitaka.
These are the only meters that I get when I write "ceilometer meter-list"
| Name | Type | Unit | Resource ID | User ID | Project ID |
+----------------+-------+------+--------------------------------------+----------------------------------+----------------------------------+
| image.download | delta | B | 97bf34ba-fa52-4a9a-bc4d-3fd91bda0114 | d5435168ed304e3592817259fce82a2e | 123757f0bf354b569f1ce191f1cbff6f |
| image.serve | delta | B | 97bf34ba-fa52-4a9a-bc4d-3fd91bda0114 | d5435168ed304e3592817259fce82a2e | 123757f0bf354b569f1ce191f1cbff6f |
| image.size | gauge | B | 97bf34ba-fa52-4a9a-bc4d-3fd91bda0114 | d5435168ed304e3592817259fce82a2e | 123757f0bf354b569f1ce191f1cbff6f |
+----------------+-------+------+--------------------------------------+----------------------------------+----------------------------------+
this is the output of "openstack-status"
== Nova services ==
openstack-nova-api: active
openstack-nova-compute: active
openstack-nova-network: inactive (disabled on boot)
openstack-nova-scheduler: active
openstack-nova-cert: active
openstack-nova-conductor: active
openstack-nova-console: inactive (disabled on boot)
openstack-nova-consoleauth: active
openstack-nova-xvpvncproxy: inactive (disabled on boot)
== Glance services ==
openstack-glance-api: active
openstack-glance-registry: active
== Keystone service ==
openstack-keystone: active
== Horizon service ==
openstack-dashboard: active
== neutron services ==
neutron-server: active
neutron-dhcp-agent: active
neutron-l3-agent: active
neutron-metadata-agent: active
neutron-lbaas-agent: active
neutron-lbaasv2-agent: inactive (disabled on boot)
neutron-openvswitch-agent: active
neutron-metering-agent: active
== Swift services ==
openstack-swift-proxy: active
openstack-swift-account: active
openstack-swift-container: active
openstack-swift-object: active
== Cinder services ==
openstack-cinder-api: active
openstack-cinder-scheduler: active
openstack-cinder-volume: active
openstack-cinder-backup: active
== Ceilometer services ==
openstack-ceilometer-api: active
openstack-ceilometer-central: active
openstack-ceilometer-compute: active
openstack-ceilometer-collector: active
openstack-ceilometer-notification: active
== Heat services ==
openstack-heat-api: active
openstack-heat-api-cfn: active (disabled on boot)
openstack-heat-api-cloudwatch: active
openstack-heat-engine: active
== Trove services ==
openstack-trove-api: active
openstack-trove-taskmanager: active
openstack-trove-conductor: active
== Support services ==
openvswitch: active
dbus: active
target: active
rabbitmq-server: active
memcached: active
== Keystone users ==
/usr/lib/python2.7/site-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
'python-keystoneclient.', DeprecationWarning)
/usr/lib/python2.7/site-packages/keystoneclient/v2_0/client.py:145: DeprecationWarning: Constructing an instance of the keystoneclient.v2_0.client.Client class without a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.
'the 2.0.0 release.', DeprecationWarning)
/usr/lib/python2.7/site-packages/keystoneclient/v2_0/client.py:147: DeprecationWarning: Using the 'tenant_name' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_name' argument instead
super(Client, self).__init__(**kwargs)
/usr/lib/python2.7/site-packages/debtcollector/renames.py:45: DeprecationWarning: Using the 'tenant_id' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_id' argument instead
return f(*args, **kwargs)
/usr/lib/python2.7/site-packages/keystoneclient/httpclient.py:371: DeprecationWarning: Constructing an HTTPClient instance without using a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.
'the 2.0.0 release.', DeprecationWarning)
/usr/lib/python2.7/site-packages/keystoneclient/session.py:140: DeprecationWarning: keystoneclient.session.Session is deprecated as of the 2.1.0 release in favor of keystoneauth1.session.Session. It will be removed in future releases.
DeprecationWarning)
/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/base.py:56: DeprecationWarning: keystoneclient auth plugins are deprecated as ...