Hi guys:<br><br>Really one space in params assignment can generate a service error?<br><br><div class="gmail_quote">2012/11/28 Sudhakar Gariganti <span dir="ltr"><<a href="mailto:sudhakar.gariganti@gmail.com" target="_blank">sudhakar.gariganti@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Atul,<br><br>Thank you so much for pointing out the error. I had some other errors along with the one you mentioned in the conf. file. <br>
Now keystone is working :)<br><div class="gmail_extra"><br><br>Thanks,<br>Sudhakar<br>
<br><div class="gmail_quote">On Tue, Nov 27, 2012 at 6:31 PM, Atul Jha <span dir="ltr"><<a href="mailto:Atul.Jha@csscorp.com" target="_blank">Atul.Jha@csscorp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

connection =mysql://<a href="http://foo:bar@10.10.27.18/keystone" target="_blank">foo:bar@10.10.27.18/keystone</a><br>
should be<br>
<br>
connection = mysql://<a href="http://foo:bar@10.10.27.18/keystone" target="_blank">foo:bar@10.10.27.18/keystone</a><br>
<div><br>
<br>
<br>
________________________________________<br>
From: openstack-bounces+atul.jha=<a href="mailto:csscorp.com@lists.launchpad.net" target="_blank">csscorp.com@lists.launchpad.net</a> [openstack-bounces+atul.jha=<a href="mailto:csscorp.com@lists.launchpad.net" target="_blank">csscorp.com@lists.launchpad.net</a>] on behalf of Sudhakar Gariganti [<a href="mailto:sudhakar.gariganti@gmail.com" target="_blank">sudhakar.gariganti@gmail.com</a>]<br>


Sent: Tuesday, November 27, 2012 6:06 PM<br>
To: Razique Mahroua<br>
Cc: <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Subject: Re: [Openstack] Basic OpenStack Controller Setup - Keystone error<br>
<br>
</div><div><div>Hi Razique,<br>
<br>
Pasting here the config:<br>
=======================================================<br>
root@sdn-sudhakar:/home/sudhakar# cat /etc/network/interfaces<br>
# This file describes the network interfaces available on your system<br>
# and how to activate them. For more information, see interfaces(5).<br>
<br>
<br>
#Management Network<br>
auto eth0<br>
    iface eth0 inet static<br>
    address 192.168.0.1<br>
    netmask <a href="tel:255.255.255.0" value="+912552552550" target="_blank">255.255.255.0</a><br>
    gateway <a href="tel:192.168.0.254" value="+911921680254" target="_blank">192.168.0.254</a><br>
    dns-nameservers 8.8.8.8<br>
<br>
# VMs Networks with OVS in tunnel mode<br>
auto eth1<br>
iface eth1 inet static<br>
address 10.0.0.3<br>
netmask <a href="tel:255.255.255.0" value="+912552552550" target="_blank">255.255.255.0</a><br>
<br>
#Public Bridge<br>
auto eth2<br>
iface eth2 inet dhcp<br>
#address 15.146.194.210<br>
#netmask 255.255.255.0<br>
#gateway 15.146.194.1<br>
============================================================<br>
<br>
Keystone config<br>
</div></div>[Inline image 3]<br>
<div><br>
<br>
<br>
Let me know if you need any specific configuration...<br>
<br>
Thanks,<br>
Sudhakar.<br>
<br>
<br>
<br>
</div><div>On Tue, Nov 27, 2012 at 4:31 PM, Razique Mahroua <<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a><mailto:<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>>> wrote:<br>


Hi Sudhakar,<br>
can you show us the several configuration files of the nodes ?<br>
thanks<br>
<br>
Razique Mahroua - Nuage & Co<br>
</div><a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a><mailto:<a href="mailto:razique.mahroua@gmail.com" target="_blank">razique.mahroua@gmail.com</a>><br>
<br>
[cid:00E07450-433E-43E6-9005-48B8FD5C669F@la.fabrique]<br>
<br>
Le 27 nov. 2012 à 11:07, Sudhakar Gariganti <<a href="mailto:sudhakar.gariganti@gmail.com" target="_blank">sudhakar.gariganti@gmail.com</a><mailto:<a href="mailto:sudhakar.gariganti@gmail.com" target="_blank">sudhakar.gariganti@gmail.com</a>>> a écrit :<br>


<div><br>
Hi ,<br>
<br>
I am trying to get the basic 2 node openstack environment. I have two physical workstations.<br>
Initially, I have tried Devstack guide to setup an all in one node, it worked fine.<br>
Then I wanted to get this 2 node setup. Tried to follow the Multinode guide available there on Devstack. But ran into issues.<br>
<br>
So I started clean again,and trying the guide present here :<br>
<a href="http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html" target="_blank">http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html</a><br>
<br>
I am following the exact configurations specified there, but I am stuck at the KeyStone step.<br>
For any keystone command I try to execute, I am getting the following error:<br>
"No handlers could be found for logger "keystoneclient.client"<br>
Unable to communicate with identity service: [Errno 111] Connection refused. (HTTP 400)"<br>
<br>
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.<br>
<br>
Few of my config details:<br>
OS: Ubuntu 12.04 Server<br>
3 NICs...<br>
eth0 - configured for management network (as directed in the guide)<br>
eth1 - configured for VM network (as directed in the guide)<br>
eth2 - connected to my office DHCP network which serves as the link to internet.<br>
<br>
I am executing the guide as root. Here is a screenshot of my network configuration<IP_Config.png><br>
<br>
<br>
Excuse me for the long mail,but any pointers to how I can get this resolved??<br>
<br>
<br>
<br>
Thanks,<br>
G.Sudhakar Babu<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
</div>Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><mailto:<a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>><br>

<div>Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
<br>
<br>
<br>
</div><a href="http://www.csscorp.com/common/email-disclaimer.php" target="_blank">http://www.csscorp.com/common/email-disclaimer.php</a><br>
</blockquote></div><br><br clear="all"><br><br>
</div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>