[Openstack-docs] [openstack/nova] DocImpact review request change Ic70a844f5fdde289eabd39596dc7671816755bbd
gerrit2 at review.openstack.org
gerrit2 at review.openstack.org
Thu Apr 11 09:50:41 UTC 2013
Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/25194
Log:
commit 05c3a89b5a2c1f03c9261e5c8befde4d27732f1d
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.example.com
dynamic_dns_domains = dyn.example.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.example.com
Change-Id: Ic70a844f5fdde289eabd39596dc7671816755bbd
More information about the Openstack-docs
mailing list