← Back to team overview

openstack team mailing list archive

Swift / Keystone authentication

 

Hi,

I'm trying to install Swift from this
Guide<http://docs.openstack.org/trunk//openstack-object-storage/admin/content/ch_installing-openstack-object-storage.html>,
and for the authentication service (Keystone) i'm a bit lost, should i
install Keystone as a full-fledged service with the MySql database ? i want
just to use Swift for test purpose (but not SAIO version), so idon't need a
lot of bandwidth or storage space, i finished the nodes configuration and
when verifying the installation with : *swift -V 2.0 -A
http://127.0.0.1:8888/v2.0 -U swift:swift -K swift stat *
i get :* **Unauthorised. Check username, password and tenant name/id*

Or with :* keystone --os-username=swift --os-password=swift --os-auth-url=
http://127.0.0.1:8888/v2.0 token-get*      i get :

*This server could not verify that you are authorized to access the
document you requested. Either you supplied the wrong credentials (e.g.,
bad password), or your browser does not understand how to supply the
credentials required.*

Any sugestions ? here my proxy-server.conf<http://pastebin.ubuntu.com/5797979/>
.


Thank you

Follow ups