Skip to content

Instantly share code, notes, and snippets.

@anotherjesse
Created October 11, 2011 18:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anotherjesse/1279047 to your computer and use it in GitHub Desktop.
Save anotherjesse/1279047 to your computer and use it in GitHub Desktop.
devstack userdata for uec-oneiric images
#!/bin/sh
apt-get update
apt-get install git -y
git clone https://github.com/cloudbuilders/devstack.git
cd devstack
echo ADMIN_PASSWORD=stack4eva >> localrc
echo MYSQL_PASSWORD=mysql4eva >> localrc
echo RABBIT_PASSWORD=rabbit4eva >> localrc
echo SERVICE_TOKEN=12345678901234567890 >> localrc
./stack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment