Do not use selinux-permissive for the CentOS image

Change-Id: I93ae0b648bc1a0855be42409dfeac81a0e2f4aa8
This commit is contained in:
Giulio Fidente 2016-08-24 23:41:58 +02:00
parent 7022fe0d21
commit 5a90d6b53d

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',