openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #07250
Re: euca2ools
This is the syntax against the latest Diablo code:
keystone-manage credentials add [username] [type] [key] [password]
([tenant_name])
for example:
keystone-manage credentials add admin EC2 'admin:admin' mypass admin
Michael
-------------------------------------------------
Michael Fork
Cloud Architect, Emerging Solutions
IBM Systems & Technology Group
From: Paras pradhan <pradhanparas@xxxxxxxxx>
To: openstack <openstack@xxxxxxxxxxxxxxxxxxx>
Date: 02/01/2012 07:01 PM
Subject: [Openstack] euca2ools
Sent by: openstack-bounces+mjfork=us.ibm.com@xxxxxxxxxxxxxxxxxxx
Hi,
Is this the correct command to add to keystone in order for euca2ools to
work?
keystone-manage credentials add adminUser EC2 'secretword' adminTenant
This is what I am getting when i list credentials
--
root@server3:~# keystone-manage credentials list
ERROR: 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
File "/usr/bin/keystone-manage", line 16, in <module>
keystone.manage.main()
File "/usr/lib/python2.7/dist-packages/keystone/manage/__init__.py",
line 286, in main
raise exc
AttributeError: 'NoneType' object has no attribute 'name'
root@server3:~#
--
Thanks
Paras.
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
References