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:
parent
453051aafb
commit
ce70bde4de
@ -40,6 +40,7 @@ def print_dns(cloud, server):
|
|||||||
print
|
print
|
||||||
print "Run the following commands to set up DNS:"
|
print "Run the following commands to set up DNS:"
|
||||||
print
|
print
|
||||||
|
print ". ~root/ci-launch/openstackci-rs-nova.sh"
|
||||||
print ". ~root/rackdns-venv/bin/activate"
|
print ". ~root/rackdns-venv/bin/activate"
|
||||||
print
|
print
|
||||||
print (
|
print (
|
||||||
|
Loading…
Reference in New Issue
Block a user