aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-03-22 17:04:50 -0400
committerJames Slagle <jslagle@redhat.com>2017-03-26 17:52:40 +0000
commitac98fcfc5cff830556c3b006a0d980856857fe3c (patch)
treebf3734cadfbef710e3ca9b5af339e013e93a221a /releasenotes/notes
parent553b78f40830369dd2bca748157e1ee18df11de5 (diff)
Install openstack-selinux for deployed-server
No other packages actually require openstack-selinux, so it must be explicity installed. Change-Id: Ic7b39ddfc4cfb28b8a08e9b02043211e4ca4a39a Closes-Bug: #1675170 (cherry picked from commit 583a60248f47428542a560a869aab04933512d94)
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/install-openstack-selinux-d14b2e26feb6d04e.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/install-openstack-selinux-d14b2e26feb6d04e.yaml b/releasenotes/notes/install-openstack-selinux-d14b2e26feb6d04e.yaml
new file mode 100644
index 00000000..d2b2eb94
--- /dev/null
+++ b/releasenotes/notes/install-openstack-selinux-d14b2e26feb6d04e.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - openstack-selinux is now installed by the deployed-server
+ bootstrap scripts. Previously, it was not installed, so
+ if SELinux was set to enforcing, all OpenStack policy
+ was missing.