Re: [Openstack] Openstack Identity: could not create service endpoint

2015-11-13 Thread Joerg Streckfuss
Oh yes, you're right. My repos are still at kilo configuration. Thanks Am 13.11.2015 um 02:06 schrieb Matt Kassawara: Sure you're installing Liberty packages? On Thu, Nov 12, 2015 at 3:26 PM, Joerg Streckfuss mailto:openst...@dirtyhack.org>> wrote: Dear list, i have tried to install

Re: [Openstack] Openstack Identity: could not create service endpoint

2015-11-13 Thread zhangkepi1991
I also got the error when doing openstack service create --name keystone --description "OpenStack Identity" identity and the apache error log in /var/log/httpd/keystone-error.log as following: 2015-11-13 15:23:50.635057 No handlers could be found for logger "oslo_config.cfg

Re: [Openstack] Openstack Identity: could not create service endpoint

2015-11-12 Thread Matt Kassawara
Sure you're installing Liberty packages? On Thu, Nov 12, 2015 at 3:26 PM, Joerg Streckfuss wrote: > Dear list, > > i have tried to install the keystone service (liberty) on centos 7 > following the docs under: > > http://docs.openstack.org/liberty/install-guide-rdo/keystone-install.html > > When

[Openstack] Openstack Identity: could not create service endpoint

2015-11-12 Thread Joerg Streckfuss
Dear list, i have tried to install the keystone service (liberty) on centos 7 following the docs under: http://docs.openstack.org/liberty/install-guide-rdo/keystone-install.html When I try to create the service endpoint by doing # openstack service create \ --name keystone --description "Ope