Re: [Openstack] Ceilometer gets auth failure

2014-06-04 Thread ZhiQiang Fan
please paste your ceilometer.conf, you can shadow the token and password to protect yourself On Tue, Jun 3, 2014 at 4:38 AM, O'Reilly, Dan wrote: > Installing on RHEL 6.5: > > > > Here's my ceilometer user in mongodb: > > > > > show users > > { > > "_id" : ObjectId("538cd5b4a9119083

[Openstack] Fwd: [openstack][ceilometer] statistic on instance

2014-04-14 Thread ZhiQiang Fan
Hi, operators, I have an environment running openstack havana which enables ceilometer service, and I set notify_on_state_change = vm_and_task_state in /etc/nova/nova.conf. So there are notifications being sent when instances state and task status changed, the problem that the end users may create

Re: [Openstack] [openstack][ceilometer] statistic on instance

2014-04-14 Thread ZhiQiang Fan
Hi, operators, I have an environment running openstack havana which enables ceilometer service, and I set notify_on_state_change = vm_and_task_state in /etc/nova/nova.conf. So there are notifications being sent when instances state and task status changed, the problem that the end users may create

[Openstack] [api-site][{service}-api] duplicate content for documentation

2014-01-28 Thread ZhiQiang Fan
Hi, OpenStack document team, I noticed that there are several repositories in OpenStack named {service}-api for api document, meanwhile there is a api-site for all services api document. The problem is that, many content is duplicate, for example, api-site contains keystone's api description, whil

[Openstack] kwargs explanation should be used when we raise webob.exc.WSGIHTTPException

2013-12-26 Thread ZhiQiang Fan
Hi, stackers, In review patch: https://review.openstack.org/64099, I found that if we use kwargs detail instead of explanation when we raise that WSGIHTTPException, the http response body will generate 'message' using default explanation, instead of what we expected which is detail=msg. So I regi