From ce70bde4ded781af0a4ba5ea054ac11debd8e25b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 23 Mar 2016 14:37:52 +0000 Subject: [PATCH] Use environment file in sample reverse DNS command With Ansible-based launch-node.py now using clouds.yaml, we're no longer setting up the environment variables expected by the rackdns utility for setting PTR resource records. Add a line to the example commands sourcing the appropriate variables into the environment first. Change-Id: Ia96296a8fac803d514e49eeeedaeebc76585d6fd --- launch/dns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/launch/dns.py b/launch/dns.py index 99772cf3f8..abe0a45c22 100755 --- a/launch/dns.py +++ b/launch/dns.py @@ -40,6 +40,7 @@ def print_dns(cloud, server): print print "Run the following commands to set up DNS:" print + print ". ~root/ci-launch/openstackci-rs-nova.sh" print ". ~root/rackdns-venv/bin/activate" print print (