<HTML>
<HEAD>
<TITLE>Re: [Openstack] Keystone client broken??</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I’m confused.<BR>
<BR>
So this means ec2 won’t work because it can’t have a service catalog?<BR>
<BR>
All of those variables should of been set:<BR>
<BR>
export OS_AUTH_URL=<a href="http://172.21.102.236:5000/v2.0">http://172.21.102.236:5000/v2.0</a><BR>
export OS_PASSWORD=ac31bec851146d3c7f00<BR>
export OS_TENANT_NAME=demo<BR>
export OS_USERNAME=demo<BR>
<BR>
On 3/22/12 1:39 PM, "Dolph Mathews" <<a href="dolph.mathews@gmail.com">dolph.mathews@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Accidentally hit send...<BR>
<BR>
Anyway... which does not necessarily correspond to a normal user with a service catalog.<BR>
<BR>
The error message should explain this and direct you to use an OS_USERNAME, OS_PASSWORD, OS_TENANT_* and OS_AUTH_URL instead (which can have a service catalog).<BR>
<BR>
-Dolph Mathews<BR>
<BR>
On Mar 22, 2012, at 1:42 PM, Joshua Harlow <<a href="harlowja@yahoo-inc.com">harlowja@yahoo-inc.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Keystone client broken?? Hi all,<BR>
<BR>
When trying to use eucarc (<a href="https://github.com/openstack-dev/devstack/blob/master/eucarc">https://github.com/openstack-dev/devstack/blob/master/eucarc</a>) or the devstackPY copy called euca.sh ( <a href="https://github.com/yahoo/Openstack-DevstackPy/blob/master/euca.sh">https://github.com/yahoo/Openstack-DevstackPy/blob/master/euca.sh</a> )<BR>
<BR>
I am getting the following:<BR>
<BR>
++ keystone catalog --service ec2<BR>
++ awk '/ publicURL / { print $4 }'<BR>
<B>'Client' object has no attribute 'service_catalog'<BR>
</B>+ export EC2_URL=<BR>
+ EC2_URL=<BR>
++ keystone ec2-credentials-create<BR>
<B>'Client' object has no attribute 'auth_tenant_id'<BR>
</B>+ CREDS=<BR>
++ echo ''<BR>
++ awk '/ access / { print $4 }'<BR>
+ export EC2_ACCESS_KEY=<BR>
+ EC2_ACCESS_KEY=<BR>
++ echo ''<BR>
++ awk '/ secret / { print $4 }'<BR>
+ export EC2_SECRET_KEY=<BR>
+ EC2_SECRET_KEY=<BR>
+ NOVA_KEY_DIR=<BR>
++ keystone catalog --service s3<BR>
++ awk '/ publicURL / { print $4 }'<BR>
<B>'Client' object has no attribute 'service_catalog'<BR>
</B><BR>
Has there been some changes that are causing this??<BR>
<BR>
Seems like maybe the keystone client is not working anymore?<BR>
<BR>
-Josh<BR>
<BR>
_______________________________________________<BR>
Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><BR>
Post to     : <a href="openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><BR>
Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><BR>
More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>