move lxc to tools

main
Anthony Young 13 years ago
parent ec7c89f677
commit e8efef7980

@ -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."
Loading…
Cancel
Save