From eacf52de9e9ff846cf5a7d6f6b078480d6152369 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 20 Feb 2020 09:47:56 +0100 Subject: [PATCH] Clone devstack on ubuntu --- bootstrap_ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap_ubuntu.sh b/bootstrap_ubuntu.sh index d875c8c..0f8d874 100755 --- a/bootstrap_ubuntu.sh +++ b/bootstrap_ubuntu.sh @@ -35,3 +35,7 @@ git clone https://github.com/gryf/.vim ~/.vim vim -c ':PlugUpdate' -c ':qa!' ${STACKUSER} # showmarks is a stubborn one mkdir ~/.vim/bundle/ShowMarks/doc ${STACKUSER} + +# clone devstack +git clone https://opendev.org/openstack/devstack ~/devstack +cp kuryr.conf ~/devstack/local.conf