Merge "Do not use selinux-permissive for the CentOS image"

This commit is contained in:
Jenkins 2016-10-06 12:34:00 +00:00 committed by Gerrit Code Review
commit 4215712bce

View File

@ -432,9 +432,6 @@ class BuildOvercloudImage(command.Command):
env_vars['DELOREAN_REPO_URL'] = parsed_args.delorean_trunk_repo
elif re.match('centos7', parsed_args.node_dist):
env_vars['DELOREAN_REPO_URL'] = parsed_args.delorean_trunk_repo
dib_common_elements.extend([
'selinux-permissive',
])
dib_common_elements.extend([
'element-manifest',