Re: Username and password for Russel's devstack Fedora image

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Big List of Linux Books]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux