Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-29 Thread Bruno Oliveira
Oh... Got it, Angus. Thank you! I finally got it that for when using curl, I have first to get an AUTH token from keystone, in order to use that returned token in the HTTP GET for the API. Just sharing what I did: $ curl -d '{auth:{passwordCredentials:{username: ceilometer, password: SECRET}}}'

[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Ildiko Vancsa
Hi All, I'm new to OpenStack and Ceilometer as well, so I have a few questions. :) Does Ceilometer supports a Web UI or it is available via command line and curl only? I installed the environment with DevStack as I wanted to check how it works and looks like and it sets ceilometer in the apache2

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Fei Long Wang
Technology Laboratory in Beijing -- From: Bruno Oliveira brunnop.olive...@gmail.com To: OpenStack openstack@lists.launchpad.net, Date: 05/27/2013 10:14 PM Subject:[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Doug Hellmann
Right now we only have a web API, which you can use via the client library, curl, or the command line tool. There are a few people working on integrating ceilometer data with horizon, but I don't know the status of that project. Doug On Tue, May 28, 2013 at 3:49 AM, Ildiko Vancsa

[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-27 Thread Bruno Oliveira
Hello stackers, I'm having a really hard time setting up ceilometer-api so I thought if I could ask you guys for some enlightment. I can clearly see data being pulled in the screens that are running /ceilometer-collector, ./ceilometer-agent-compute ,./ceilometer-agent-central Even the screen

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-27 Thread Angus Salkeld
On 27/05/13 11:14 -0300, Bruno Oliveira wrote: Hello stackers, I'm having a really hard time setting up ceilometer-api so I thought if I could ask you guys for some enlightment. I can clearly see data being pulled in the screens that are running /ceilometer-collector,