← Back to team overview

openstack team mailing list archive

Re: DevStack API access Key

 

At the end of devstack run it says:




   echo "keystone is serving at
$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v2.0/"
   echo "examples on using novaclient command line is in exercise.sh"
   echo "the default users are: admin and demo"
   echo "the password: $ADMIN_PASSWORD"

You can source openrc to automatically set some environment variables:

   source openrc
   nova list

We should instructions about that to the output at the bottom :)

Jesse

On Tue, Feb 7, 2012 at 12:54 PM, Joe Smithian <joe.smithian@xxxxxxxxx> wrote:
> Hi All,
>
> I've installed devStack and I'd like to try RESTful APIs but I don't
> how to get get the API access key?
> I need access key to get the authorization token.
>
> I'd appreciate your help!
>
>
> Joe
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


References