diff options
Diffstat (limited to 'opnfv/utils/constants.py')
-rw-r--r-- | opnfv/utils/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opnfv/utils/constants.py b/opnfv/utils/constants.py index ed83488..56008c3 100644 --- a/opnfv/utils/constants.py +++ b/opnfv/utils/constants.py @@ -14,6 +14,7 @@ EXIT_OK = 0 EXIT_RUN_ERROR = -1 EXIT_PUSH_TO_TEST_DB_ERROR = -2 + class Constants(object): INSTALLERS = ['apex', 'fuel', 'compass', 'joid', "daisy"] VERSIONS = ['arno', 'brahmaputra', 'colorado', 'danube'] |