instack-undercloud/elements/dnsmasq-forwarder/os-refresh-config/environment.d/10-dnsmasq-forwarder
James Slagle 5a0187499e Add a dnsmasq-forwarder element so that launched instances can install packages
from internal hosts.

Uses an environment.d file so that when setup-neutron gets run, the subnet will
get created with 192.0.2.1 as the nameserver.
2015-01-13 15:52:16 -05:00

2 lines
67 B
Plaintext

export UNDERCLOUD_NAME_SERVER=${UNDERCLOUD_NAME_SERVER:-192.0.2.1}