X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=modules%2Fopnfv%2Futils%2Fconstants.py;h=56008c37fd839f1de884f22362bd6c43d6ff9e26;hb=e73000209d46461b1196f560bf5c36bade020134;hp=ed83488d4806b18f21b70d940a16037e79f12ee0;hpb=79b920c07b40d64e70f93f28a0822ad1488f32ee;p=releng.git diff --git a/modules/opnfv/utils/constants.py b/modules/opnfv/utils/constants.py index ed83488d4..56008c37f 100644 --- a/modules/opnfv/utils/constants.py +++ b/modules/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']