[Openstack-docs] [openstack/nova] DocImpact review request change Ic70a844f5fdde289eabd39596dc7671816755bbd
gerrit2 at review.openstack.org
gerrit2 at review.openstack.org
Fri Mar 22 22:35:20 UTC 2013
Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/25194
Log:
commit 38bcd38ea6eac9aa236c4afec5c1ea5f205a69bc
Author: Michael Still <mikal at stillhq.com>
Date: Thu Feb 21 19:45:20 2013 +1100
Support sending dynamic DNS updates.
DocImpact: there is a new DNS update driver, which supports sending
dynamic DNS updates to DNS servers that support such things, for
example bind.
Configuring this in my test environment required setting the following
flag values:
instance_dns_manager = nova.network.dyndns.DynamicDNS
instance_dns_domain = dyn.home.stillhq.com
dynamic_dns_domains = dyn.home.stillhq.com
dynamic_dns_server = 192.168.1.20
dynamic_dns_key_name = test
dynamic_dns_secret = Wr1784mFhyTP9nqXIkWpRw==
You also need to configure the domain with the nova client:
nova dns-create-private-domain dyn.home.stillhq.com
Change-Id: Ic70a844f5fdde289eabd39596dc7671816755bbd
More information about the Openstack-docs
mailing list