icclab / vagrant-devstack

This project will allow you automate the creation of a VM with devstack installed and running. It uses vagrant to create the VM and puppet to configure the VM so all required software is installed and running.
http://www.cloudcomp.ch
21 stars 14 forks source link

FIX#4 Increasing the memory with 256Mb from 1024Mb into 1280Mb fixes the... #5

Closed Wesseldr closed 11 years ago

Wesseldr commented 11 years ago

Slightly to tight memory seems to fail the assignment of the $token variable that results in a problem in the stack.sh executable when it calls glance. Problem was also described here: https://ask.openstack.org/question/2193/devstack-installation-error-on-ubuntu-64/

Increasing the memory worked also for us here. Tried 2048, 1500 and 1280Gb, Picked the minimum size.

dizz commented 11 years ago

Thanks @Wesseldr ! :-)