Add description for different interfaces

when run kolla-ansible command, the priority of globals.yml is
higher than multinode, we should comment out the vars in globals.yml
and make mutinode's vars effect.

Change-Id: I0fe389ac1e5155f9779284ecc5afb524743faf16
This commit is contained in:
caoyuan 2017-09-26 20:01:42 +08:00
parent efa94b6bd7
commit 2dcfec28cd
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ compute01
monitoring01
# When compute nodes and control nodes use different interfaces,
# you can specify "api_interface" and other interfaces like below:
# you need to comment out "api_interface" and other interfaces from the globals.yml
# and specify like below:
#compute01 neutron_external_interface=eth0 api_interface=em1 storage_interface=em1 tunnel_interface=em1
[storage]