openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #07214
euca2ools
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.
Follow ups