From e8efef79809f8a88910926f4efeb3eb8d6b0ddcd Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Fri, 14 Oct 2011 12:00:50 -0700 Subject: [PATCH] move lxc to tools --- build_lxc.sh => tools/build_lxc.sh | 3 +++ build_lxc_multi.sh => tools/build_lxc_multi.sh | 0 .../lxc_network_hostonlyplusnat.sh | 0 3 files changed, 3 insertions(+) rename build_lxc.sh => tools/build_lxc.sh (99%) rename build_lxc_multi.sh => tools/build_lxc_multi.sh (100%) rename lxc_network_hostonlyplusnat.sh => tools/lxc_network_hostonlyplusnat.sh (100%) diff --git a/build_lxc.sh b/tools/build_lxc.sh similarity index 99% rename from build_lxc.sh rename to tools/build_lxc.sh index 65a06cb..d4df344 100755 --- a/build_lxc.sh +++ b/tools/build_lxc.sh @@ -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." diff --git a/build_lxc_multi.sh b/tools/build_lxc_multi.sh similarity index 100% rename from build_lxc_multi.sh rename to tools/build_lxc_multi.sh diff --git a/lxc_network_hostonlyplusnat.sh b/tools/lxc_network_hostonlyplusnat.sh similarity index 100% rename from lxc_network_hostonlyplusnat.sh rename to tools/lxc_network_hostonlyplusnat.sh