diff options
Diffstat (limited to 'ci/genBundle.py')
-rw-r--r-- | ci/genBundle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py index b70b29a3..78dfae04 100644 --- a/ci/genBundle.py +++ b/ci/genBundle.py @@ -143,7 +143,7 @@ for storage in config['opnfv']['storage']: # Set default scenario name if not scenario: - scenario = "os-nosdn-nofeature-nonha" + scenario = "os-nosdn-nofeature-noha" # Parse scenario name try: |