ecae991cca
Organized SysConf Kubernetes and OpenStack content into subdirs and modified index along lines of Planning layout. Signed-off-by: Stone <ronald.stone@windriver.com> Change-Id: Ia17c015b2083a39fcae4ac545fa10cb5445b4cb2
938 B
938 B
Enable Internal DNS in Neutron
You can use Helm overrides to enable internal DNS support.
Create a yaml file to enable internal dns resolution for neutron.
~(keystone_admin)]$ cat > neutron-overrides.yaml <<EOF conf: neutron: DEFAULT: dns_domain: example.ca plugins: ml2_conf: ml2: extension_drivers: - port_security - dns EOF
Update the neutron overrides and apply to -openstack.
~(keystone_admin)]$ system helm-override-update -openstack neutron openstack --values neutron-overrides.yaml ~(keystone_admin)]$ system application-apply -openstack