On Thu, May 24, 2012 at 1:36 PM, Sharif Islam <[email protected]> wrote: > the dashboard and grabbing the file. However, keystone seems to not have > a equivalent command like this: > > nova-manage project zipfile projectname username > username-projectname-nova.zip
It isn't a complete replacement, but you can get your ec2 creds form keystone like this: keystone ec2-credentials-create You should be able to use https://github.com/openstack-dev/devstack/blob/master/eucarc as a model for turning that into a novarc file. dt -- Dean Troyer [email protected] _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

