[Openstack] Error launching instances

John Smith lbalbalba at gmail.com
Tue Nov 26 17:18:35 UTC 2013


On Tue, Nov 26, 2013 at 6:02 PM, Remo Mattei <Remo at mattei.org> wrote:
> can you share your localrc file? What version is it? Havana? this is hard to
> troubleshoot if you leave too many variable out.
>
>
> --
> Remo Mattei
>
>


Hi,


This is my localrc:


ADMIN_PASSWORD=password
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=tokentoken
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen


And I exported these variables on the commandline:
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://192.168.126.142:5000/v2.0/
export OS_TENANT_NAME=demo


I did a 'git clone https://github.com/openstack-dev/devstack.git', so
I guess that means its the latest git head/master.
I basically followed this guide:
http://devstack.org/guides/single-vm.html


I can send my logs from /opt/stack/logs/*



Regards,


John Smith




More information about the Openstack mailing list