[Openstack] Basic OpenStack Controller Setup - Keystone error

Sudhakar Gariganti sudhakar.gariganti at gmail.com
Wed Nov 28 10:59:52 UTC 2012


Ok. I verified it again. Seems like it was because of a different error(*a
silly typo :( *)  in the config file because of which the service was
failing to start.
Its not because of the 'space' character issue.

Thanks for questioning Juan.


Regards,
Sudhakar.

On Wed, Nov 28, 2012 at 3:38 PM, JuanFra Rodriguez Cardoso <
juanfra.rodriguez.cardoso at gmail.com> wrote:

> Hi guys:
>
> Really one space in params assignment can generate a service error?
>
>
> 2012/11/28 Sudhakar Gariganti <sudhakar.gariganti at gmail.com>
>
>> Hi Atul,
>>
>> Thank you so much for pointing out the error. I had some other errors
>> along with the one you mentioned in the conf. file.
>> Now keystone is working :)
>>
>>
>> Thanks,
>> Sudhakar
>>
>> On Tue, Nov 27, 2012 at 6:31 PM, Atul Jha <Atul.Jha at csscorp.com> wrote:
>>
>>> connection =mysql://foo:bar@10.10.27.18/keystone
>>> should be
>>>
>>> connection = mysql://foo:bar@10.10.27.18/keystone
>>>
>>>
>>>
>>> ________________________________________
>>> From: openstack-bounces+atul.jha=csscorp.com at lists.launchpad.net[openstack-bounces+atul.jha=
>>> csscorp.com at lists.launchpad.net] on behalf of Sudhakar Gariganti [
>>> sudhakar.gariganti at gmail.com]
>>> Sent: Tuesday, November 27, 2012 6:06 PM
>>> To: Razique Mahroua
>>> Cc: openstack at lists.launchpad.net
>>> Subject: Re: [Openstack] Basic OpenStack Controller Setup - Keystone
>>> error
>>>
>>> Hi Razique,
>>>
>>> Pasting here the config:
>>> =======================================================
>>> root at sdn-sudhakar:/home/sudhakar# cat /etc/network/interfaces
>>> # This file describes the network interfaces available on your system
>>> # and how to activate them. For more information, see interfaces(5).
>>>
>>>
>>> #Management Network
>>> auto eth0
>>>     iface eth0 inet static
>>>     address 192.168.0.1
>>>     netmask 255.255.255.0
>>>     gateway 192.168.0.254
>>>     dns-nameservers 8.8.8.8
>>>
>>> # VMs Networks with OVS in tunnel mode
>>> auto eth1
>>> iface eth1 inet static
>>> address 10.0.0.3
>>> netmask 255.255.255.0
>>>
>>> #Public Bridge
>>> auto eth2
>>> iface eth2 inet dhcp
>>> #address 15.146.194.210
>>> #netmask 255.255.255.0
>>> #gateway 15.146.194.1
>>> ============================================================
>>>
>>> Keystone config
>>> [Inline image 3]
>>>
>>>
>>>
>>> Let me know if you need any specific configuration...
>>>
>>> Thanks,
>>> Sudhakar.
>>>
>>>
>>>
>>> On Tue, Nov 27, 2012 at 4:31 PM, Razique Mahroua <
>>> razique.mahroua at gmail.com<mailto:razique.mahroua at gmail.com>> wrote:
>>> Hi Sudhakar,
>>> can you show us the several configuration files of the nodes ?
>>> thanks
>>>
>>> Razique Mahroua - Nuage & Co
>>> razique.mahroua at gmail.com<mailto:razique.mahroua at gmail.com>
>>>
>>> [cid:00E07450-433E-43E6-9005-48B8FD5C669F at la.fabrique]
>>>
>>> Le 27 nov. 2012 à 11:07, Sudhakar Gariganti <
>>> sudhakar.gariganti at gmail.com<mailto:sudhakar.gariganti at gmail.com>> a
>>> écrit :
>>>
>>> Hi ,
>>>
>>> I am trying to get the basic 2 node openstack environment. I have two
>>> physical workstations.
>>> Initially, I have tried Devstack guide to setup an all in one node, it
>>> worked fine.
>>> Then I wanted to get this 2 node setup. Tried to follow the Multinode
>>> guide available there on Devstack. But ran into issues.
>>>
>>> So I started clean again,and trying the guide present here :
>>>
>>> http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html
>>>
>>> I am following the exact configurations specified there, but I am stuck
>>> at the KeyStone step.
>>> For any keystone command I try to execute, I am getting the following
>>> error:
>>> "No handlers could be found for logger "keystoneclient.client"
>>> Unable to communicate with identity service: [Errno 111] Connection
>>> refused. (HTTP 400)"
>>>
>>> I have tried restarting my keystone service , did a keystone-manage
>>> db_sync and then restarted keystone, but i get the same error. Seems like
>>> the mysql tables are not populated correctly.
>>>
>>> Few of my config details:
>>> OS: Ubuntu 12.04 Server
>>> 3 NICs...
>>> eth0 - configured for management network (as directed in the guide)
>>> eth1 - configured for VM network (as directed in the guide)
>>> eth2 - connected to my office DHCP network which serves as the link to
>>> internet.
>>>
>>> I am executing the guide as root. Here is a screenshot of my network
>>> configuration<IP_Config.png>
>>>
>>>
>>> Excuse me for the long mail,but any pointers to how I can get this
>>> resolved??
>>>
>>>
>>>
>>> Thanks,
>>> G.Sudhakar Babu
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~openstack
>>> Post to     : openstack at lists.launchpad.net<mailto:
>>> openstack at lists.launchpad.net>
>>> Unsubscribe : https://launchpad.net/~openstack
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>>
>>> http://www.csscorp.com/common/email-disclaimer.php
>>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to     : openstack at lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20121128/2f2cdaf8/attachment.html>


More information about the Openstack mailing list