Friday, April 6, 2018

Setting the SELINUX to permissive/enforcing mode on the KVM Host for the Pike tripleo Installation

Setting the SELINUX to permissive/enforcing mode on the KVM Host


SELINUX can be allowed to be in enforcing mode here in /etc/selinux/config

In this file set SELINUX=enforcing 

Followed by running the 

setenforce 1
sestatus 


Go to the Main page of the OpenStack Tripleo on KVM : Openstack Pike TripleO undercloud deployment with overcloud controller HA on KVM (libvirt)

No comments:

Post a Comment

pip3 install ovirt-engine-sdk-python 4.4.1 - import ovirtsdk4 errors with pycurl link-time SSL backend was nss and not openssl

In [2]: import ovirtsdk4 --------------------------------------------------------------------------- ImportError                         ...