summaryrefslogtreecommitdiffstats
path: root/deploy/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/utils.py')
-rw-r--r--deploy/utils.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/deploy/utils.py b/deploy/utils.py
index 102ae1f3..bb5535fc 100644
--- a/deploy/utils.py
+++ b/deploy/utils.py
@@ -21,7 +21,10 @@ WORKSPACE = os.path.normpath(path_join(os.path.dirname(__file__), '..'))
BASE = CWD
valid_scenario_list = ['os-nosdn-nofeature-noha',
'os-odl_l3-nofeature-noha',
- 'os-odl_l2-nofeature-noha']
+ 'os-odl_l2-nofeature-noha',
+ 'os-nosdn-nofeature-ha',
+ 'os-odl_l3-nofeature-ha',
+ 'os-odl_l2-nofeature-ha']
def get_logger():