Bug 1250236

Summary: openstack-neutron requires openstack-selinux >= 0.6.37-1
Product: Red Hat OpenStack Reporter: Lars Kellogg-Stedman <lars>
Component: openstack-neutronAssignee: lpeer <lpeer>
Status: CLOSED WONTFIX QA Contact: Ofer Blaut <oblaut>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: chrisw, nyechiel, yeylon
Target Milestone: ---   
Target Release: 7.0 (Kilo)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-28 16:00:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1249564    

Description Lars Kellogg-Stedman 2015-08-04 19:24:27 UTC
openstack-neutron requires at least openstack-selinux-0.6.37-1.el7ost.noarch, but this is not reflected in the package dependencies.  If you upgrade openstack-neutron from OSP 6, the ovs-cleanup unit will fail because of:

  # audit2allow -a
  
  #============= neutron_t ==============
  allow neutron_t lib_t:dir remove_name;
  allow neutron_t neutron_tmp_t:sock_file create;

Comment 3 Lars Kellogg-Stedman 2015-09-28 16:00:06 UTC
As a matter of policy we don't add dependencies on openstack-selinux.  The current upgrade documentation includes an explicit "yum upgrade openstack-selinux" to work around this issue.