move lxc to tools
This commit is contained in:
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…
Reference in New Issue
Block a user