aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-03-22 17:04:50 -0400
committerJames Slagle <jslagle@redhat.com>2017-03-22 17:10:44 -0400
commit583a60248f47428542a560a869aab04933512d94 (patch)
treea9a897aa8d420a535581c8c09e3c0a39ecc6e478 /releasenotes
parentb758dff5758a84b8a72766dd2591477f68b23c50 (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
Diffstat (limited to 'releasenotes')
-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.