<HTML>
<HEAD>
<TITLE>Keystone client broken??</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>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>
</SPAN></FONT>
</BODY>
</HTML>