Installing OpenStack all-in-one using packstack from the master branch

If you ever want to install OpenStack using packstack from the master branch (Git repository), follow these steps:

$ git clone --recursive git://github.com/stackforge/packstack.git
$ cd packstack
$ ./bin/packstack --allinone --os-neutron-install=y --provision-demo=n --provision-all-in-one-ovs-bridge=n

Those commands will clone and fetch the latest snapshot of packstack from its Git repository. Then, will invoke packstack to install OpenStack, enabling Neutron (networking) and disabling the provisioning of the demo tenant (and related network configuration). The command-line flags provided to packstack are intended for running OpenStack in a single machine.

One thought on “Installing OpenStack all-in-one using packstack from the master branch

  1. Pingback: Bootstraping Juju on top of an OpenStack private cloud | felipe-alfaro.com

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s