From ab24a8de07dac62569ec79425241a6b974ed32a9 Mon Sep 17 00:00:00 2001
From: Parker Berberian <pberberian@iol.unh.edu>
Date: Thu, 10 Oct 2019 15:07:45 -0400
Subject: Updated LaaS-Reflab

We have had divergent repositories for the code that
runs in UNH because of difficulties with Gerrit and
developer laziness. This incorporates the previous change
(removing all references to pharos) and updates everything to
what is currently running.

Change-Id: I5c83c70d5ca686dfa03d49936fdce1603cdac16c
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
---
 setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'setup.sh')

diff --git a/setup.sh b/setup.sh
index e59ebd5..fe84690 100755
--- a/setup.sh
+++ b/setup.sh
@@ -17,5 +17,5 @@
 
 st2ctl restart
 st2ctl reload --register-all
-st2 run packs.setup_virtualenv packs=laaslab
-st2 key load /opt/stackstorm/packs/laaslab/hosts.json
+st2 run packs.setup_virtualenv packs=laas
+st2 key load /opt/stackstorm/packs/laas/hosts.json
-- 
cgit