X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fconstants.py;h=8640afbae97499f4aa1416b689f929afe533f018;hb=a2ee61016721386b40caa4e2d72f61be8adec94a;hp=153bd4bf4f5bf7d8084eb2bb0c3cf2b5916fff00;hpb=700e7a8d92b373b42e0f406b9c58c6961c7f9e6f;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index 153bd4bf4..8640afbae 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -152,3 +152,6 @@ IS_PUBLIC = 'is_public' # general TESTCASE_PRE = 'opnfv_yardstick_' TESTSUITE_PRE = 'opnfv_' + +# OpenStack cloud default config parameters +OS_CLOUD_DEFAULT_CONFIG = {'verify': False}