This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This should get most (if not all of the dependencies for openstack on CentOS 5.5 installed for you | |
# Based on http://wiki.openstack.org/NovaInstall/CentOSNotes | |
# Define some constants | |
BASE=$( pwd ) | |
BUILDDIR="nova-build" | |
RPMHOST="UPDATE THIS" | |
NOVACONF="nova.conf" |