Skip to content

Instantly share code, notes, and snippets.

@vlpeng
Created October 15, 2011 11:10
Show Gist options
  • Save vlpeng/1289419 to your computer and use it in GitHub Desktop.
Save vlpeng/1289419 to your computer and use it in GitHub Desktop.
Openstack: Install openstack in Ubuntu 11.04
sudo apt-get install git -y
adduser stack ; adduser stack admin
echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
# logout and then login by stack
git clone https://github.com/cloudbuilders/devstack.git
cd ./devstack
FORCE=yes ; ./stack.sh
# MySQL password
./build_lxc.sh
# refer: http://devstack.org
# refer: https://github.com/cloudbuilders/devstack
# refer: https://github.com/cloudbuilders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment