Providing Secure Access to the Red Hat OpenStack Platform Services
We will be utilizing a preconfigured yaml file (files/osp-ng-ctlplane-secret.yaml
) to create a seperate base64 password for heat and one for the remaining services.
Create the osp-secret Secret:
oc create -f osp-ng-ctlplane-secret.yaml
Verify the Secret was created:
oc describe secret osp-secret -n openstack
Create the libvirt Secret:
oc create -f osp-ng-libvirt-secret.yaml
Verify the Secret was created:
oc describe secret libvirt-secret -n openstack