Have genenv offer some hepful hints about FLAT_INTERFACE

The FLAT_INTERFACE is for vm communication, and should be
manually configured if necessary.

Change-Id: I79846705c18c2f0f2d4340e53d04183ec689e191
This commit is contained in:
Steven Dake 2015-03-20 16:15:47 -07:00
parent 3f4c45fac5
commit 89df9eb381

View File

@ -112,3 +112,6 @@ RABBITMQ_USER=$RABBIT_USER
RABBIT_PASSWORD=$RABBIT_PASSWORD
RABBIT_USERID=$RABBIT_USER
EOF
echo Please customize your FLAT_INTERFACE to a different network then your
echo main network. The FLAT_INTERFACE is used for inter-VM communication.
echo the FLAT_INTERFACE should not have an IP address assigned.