Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi Julien Thank you so mutch. Was the endpoint. I erased the previous and then created e new one with the same ip's but without the /v2. I finally started my central-agent, and now I can start to drilling info :) Cheers Cláudio Marques clau...@onesource.pt http://www.onesource.pt/ 2013/6/18 J

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Julien Danjou
On Tue, Jun 18 2013, Claudio Marques wrote: > Thank you for your response. > Do you mean removing the keystone endpoint for glance and creating a new > one without the /v2 number? > http://10.0.1.167:9292/v2|http://10.10.10.51:9292/v2 > |http://10.10.10.51:9292/v2|

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi Julien Thank you for your response. Do you mean removing the keystone endpoint for glance and creating a new one without the /v2 number? This is my service and endpoint list, if you don't mind to check it :) root@control: keystone service-list +--+--+--

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Julien Danjou
On Tue, Jun 18 2013, Claudio Marques wrote: > Does anyone have some issue like this? What's your Glance endpoint like in Keystone? If it ends with a version number like /v1, remove it. -- Julien Danjou // Free Software hacker / freelance consultant // http://julien.danjou.info signature.asc D

[Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi all i am runiing openstack Grizzly, and hi have installed ceilometer via apt-get. I have ceilometer api, collector and central agent installed on controller node, and the compute agent on the compute node. I can start all agents, but the central agent gives-me an error regarding some glancecli

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-12 Thread Doug Hellmann
On Thu, Apr 11, 2013 at 11:34 PM, Liu Wenmao wrote: > Thanks, the ceilometer seems to lack some default options in configuration > files and the official guidance. ( > http://docs.openstack.org/developer/ceilometer/configuration.html) > I have opened a bug to address the missing details in the c

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-11 Thread Liu Wenmao
Thanks, the ceilometer seems to lack some default options in configuration files and the official guidance. ( http://docs.openstack.org/developer/ceilometer/configuration.html) So maybe it is not ready for users yet? On Wed, Apr 10, 2013 at 8:28 PM, Doug Hellmann wrote: > > > > On Wed, Apr 10,

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-10 Thread Doug Hellmann
On Wed, Apr 10, 2013 at 6:10 AM, Liu Wenmao wrote: > Actually this is not over. > > The main reason of service failure is that central/manager.py > and service.py use different vairables: > > central/manager.py > 70 def interval_task(self, task): > 71 self.keystone = ksclient.Client

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-10 Thread Liu Wenmao
Actually this is not over. The main reason of service failure is that central/manager.py and service.py use different vairables: central/manager.py 70 def interval_task(self, task): 71 self.keystone = ksclient.Client( 72 username=cfg.CONF.*os_username*, 73

Re: [Openstack] ceilometer-agent-central starting fail

2013-04-09 Thread Liu Wenmao
I solve this problem by two steps: 1 modify /etc/init/ceilometer-agent-central.conf exec start-stop-daemon --start --chuid ceilometer --exec /usr/local/bin/ceilometer-agent-central -- --config-file=/etc/ceilometer/ceilometer.conf 2 add some lines to /etc/ceilometer/ceilometer.conf: os-username=cei

[Openstack] ceilometer-agent-central starting fail

2013-04-09 Thread Liu Wenmao
Hi all: I have just install ceilometer grizzly github version, but fail to start ceilometer-agent-central service. I think it is due to that I didn't set up the keystone user/password like other projects. but I follow the instructions( http://docs.openstack.org/developer/ceilometer/install/manual.