Re: [openstack-dev] [Ceilometer]How to change Keystone properties

2013-06-27 Thread Julien Danjou
On Wed, Jun 26 2013, Pendergrass, Eric wrote: > [keystone] [keystone_authtoken] if Adam's answer isn't clear enough :) -- Julien Danjou ;; Free Software hacker ; freelance consultant ;; http://julien.danjou.info signature.asc Description: PGP signature ___

Re: [openstack-dev] [Ceilometer]How to change Keystone properties

2013-06-26 Thread Gordon Chung
> I assumed the configuration would be within a [keystone] section in > ceilometer.conf. Have not found much documentation about this. Am I > missing something? close, if you're modifying the ceilometer.conf file, it should be under [keystone_authtoken] section. you can find full details here:

Re: [openstack-dev] [Ceilometer]How to change Keystone properties

2013-06-26 Thread Adam Young
On 06/26/2013 03:41 PM, Pendergrass, Eric wrote: I've been editing /etc/ceilometer/ceilometer.conf trying to change the keystone provider: [keystone] auth_host= auth_port=35357 auth_protocol=https auth_uri=https://:35357 admin_user= admin_password= Tracing throught auth_token.py, I see

[openstack-dev] [Ceilometer]How to change Keystone properties

2013-06-26 Thread Pendergrass, Eric
I've been editing /etc/ceilometer/ceilometer.conf trying to change the keystone provider: [keystone] auth_host= auth_port=35357 auth_protocol=https auth_uri=https://:35357 admin_user= admin_password= Tracing throught auth_token.py, I see none of the configuration info is picked up: