move lxc to tools

This commit is contained in:
Anthony Young 2011-10-14 12:00:50 -07:00
parent ec7c89f677
commit e8efef7980
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ if ! grep -q natty /etc/lsb-release; then
echo "WARNING: this script has only been tested on natty"
fi
# Move to top devstack dir
cd ..
# Abort if localrc is not set
if [ ! -e ./localrc ]; then
echo "You must have a localrc with ALL necessary passwords defined before proceeding."