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
This commit is contained in:
Jeremy Stanley 2016-03-23 14:37:52 +00:00
parent 453051aafb
commit ce70bde4de
1 changed files with 1 additions and 0 deletions

View File

@ -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 (