Merge "[Trivial fix]Remove unnecessary slash"

This commit is contained in:
Zuul 2019-06-03 06:45:04 +00:00 committed by Gerrit Code Review
commit 6cc6ad8827
1 changed files with 2 additions and 4 deletions

View File

@ -57,12 +57,10 @@ DEFAULT_PLAN_ENV_KEY = 'parameter_defaults'
DEFAULT_TEMPLATES_PATH = '/usr/share/openstack-tripleo-heat-templates/'
#: The path to the base directory of tripleo-validations
DEFAULT_VALIDATIONS_BASEDIR = \
'/usr/share/openstack-tripleo-validations'
DEFAULT_VALIDATIONS_BASEDIR = '/usr/share/openstack-tripleo-validations'
# The path to the tripleo validations installed on the undercloud
DEFAULT_VALIDATIONS_PATH = \
DEFAULT_VALIDATIONS_BASEDIR + '/playbooks/'
DEFAULT_VALIDATIONS_PATH = DEFAULT_VALIDATIONS_BASEDIR + '/playbooks/'
# The path to the local CA certificate installed on the undercloud
LOCAL_CACERT_PATH = '/etc/pki/ca-trust/source/anchors/cm-local-ca.pem'