[Openstack-docs] [openstack/nova] DocImpact review request change Ic70a844f5fdde289eabd39596dc7671816755bbd
gerrit2 at review.openstack.org
gerrit2 at review.openstack.org
Sun Apr 14 17:38:12 UTC 2013
Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/25194
Log:
commit 9d1ff86fc0964aa78d0496a2dad8b1a2edc99af7
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
Progresses blueprint dynamic-dns.
Change-Id: Ic70a844f5fdde289eabd39596dc7671816755bbd
More information about the Openstack-docs
mailing list