Skip to content

Instantly share code, notes, and snippets.

@danielpetisme
Last active December 22, 2015 04:29
Show Gist options
  • Save danielpetisme/6417669 to your computer and use it in GitHub Desktop.
Save danielpetisme/6417669 to your computer and use it in GitHub Desktop.
RDO OpenStack installation
#Install rdo yum repository
sudo yum install -y http://rdo.fedorapeople.org/openstack/openstack-grizzly/rdo-release-grizzly.rpm
#Install the installation manager
sudo yum install -y openstack-packstack
#Run OpenStack installation
packstack --allinone --os-quantum-install=n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment