I'm not sure if there's an open bug on this or not (definitely should be), but 
you're attempting to perform operations using a SERVICE_TOKEN and 
SERVICE_ENDPOINT (
that require

-Dolph Mathews

On Mar 22, 2012, at 1:42 PM, Joshua Harlow <harlo...@yahoo-inc.com> wrote:

> Hi all,
> 
> When trying to use eucarc 
> (https://github.com/openstack-dev/devstack/blob/master/eucarc) or the 
> devstackPY copy called euca.sh ( 
> https://github.com/yahoo/Openstack-DevstackPy/blob/master/euca.sh )
> 
> I am getting the following:
> 
> ++ keystone catalog --service ec2
> ++ awk '/ publicURL / { print $4 }'
> 'Client' object has no attribute 'service_catalog'
> + export EC2_URL=
> + EC2_URL=
> ++ keystone ec2-credentials-create
> 'Client' object has no attribute 'auth_tenant_id'
> + CREDS=
> ++ echo ''
> ++ awk '/ access / { print $4 }'
> + export EC2_ACCESS_KEY=
> + EC2_ACCESS_KEY=
> ++ echo ''
> ++ awk '/ secret / { print $4 }'
> + export EC2_SECRET_KEY=
> + EC2_SECRET_KEY=
> + NOVA_KEY_DIR=
> ++ keystone catalog --service s3
> ++ awk '/ publicURL / { print $4 }'
> 'Client' object has no attribute 'service_catalog'
> 
> Has there been some changes that are causing this??
> 
> Seems like maybe the keystone client is not working anymore?
> 
> -Josh
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to