On Thu, 2011-08-25 at 14:41 -0500, Kyoungho An wrote: > I removed cached data and it asks me username and password through > browser now. it works! > > However, EC2_ACCESS_KEY in OpenStack contains a colon to contain a > project ID which causes a problem to authenticate because a project ID > and a colon are truncated when it requests with it to a server.
Are you using the Euca driver to talk to OpenStack ? For OpenStack, I am told that instead of using uid:project for the secret access key, use just uid and use a project with the same name as the user. We are starting to look at adding a 'native' OpenStack driver. That driver would be a variation on the Rackspace driver. A while ago, Mike Mayo posted patches for this[1], but they'd need a little more love. If you are interested, I'd love to see patches from you ;) David [1] see the 'OpenStack Support' thread at http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/201009.mbox/thread
