On 05/11/2012 01:17 PM, Kyle Mestery (kmestery) wrote:
I'm using Russel's devstack Fedora from here:
http://fedoraproject.org/wiki/OpenStack_devstack
I've been able to launch it, but I can't figure out the uersname/password to login. Can anyone on this list help me?
Thanks!
Kyle
_______________________________________________
cloud mailing list
cloud@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/cloud
You can see the user accounts set up in the mysql database:
run the following
mysql
use keystone;
select name from user;
You should see an admin user and a demo user. The passwords are yours
to set. In localrc you should see the results of what you set:
for example, I use my usual dev password for all of them. My localrc has:
MYSQL_PASSWORD=freeipa4all
RABBIT_PASSWORD=freeipa4all
SERVICE_TOKEN=freeipa4all
SERVICE_PASSWORD=freeipa4all
ADMIN_PASSWORD=freeipa4all
to use the CLI, run
. openrc
which will set the $OS_ variables that you need to connect:
$OS_AUTH_URL $OS_PASSWORD $OS_TENANT_NAME $OS_USERNAME
and which will allow you to run, for example glance image-list.
you can echo these values to see what you get as well.
_______________________________________________
cloud mailing list
cloud@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/cloud