summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-04-02 09:47:52 -0500
committerMonty Taylor <mordred@inaugust.com>2016-04-02 09:47:52 -0500
commitfdb80ad04f5611ebc62b4c64f896448c9213a75c (patch)
tree940596dd234e505055208b41d5db3d4b7ab4195c
parent7c439073f39010ad3ac937b8c9726da0f27976b7 (diff)
downloados-client-config-fdb80ad04f5611ebc62b4c64f896448c9213a75c.tar.gz
Clarify one-per-cloud network values
Make it clear in the docs that default_interface and nat_destination can each be set only once per cloud. Change-Id: Ic862b9f4dc31580c4e192f13f100428bbec7faa2
-rw-r--r--doc/source/network-config.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/network-config.rst b/doc/source/network-config.rst
index 9bbbf9d..5a27b8e 100644
--- a/doc/source/network-config.rst
+++ b/doc/source/network-config.rst
@@ -38,10 +38,12 @@ one that programs should use. It defaults to false. An example of needing to
use this value is a cloud with two private networks, and where a user is
running ansible in one of the servers to talk to other servers on the private
network. Because both networks are private, there would otherwise be no way
-to determine which one should be used for the traffic.
+to determine which one should be used for the traffic. There can only be one
+`default_interface` per cloud.
`nat_destination` is a boolean field that indicates which network floating
ips should be attached to. It defaults to false. Normally this can be inferred
by looking for a network that has subnets that have a gateway_ip. But it's
possible to have more than one network that satisfies that condition, so the
-user might want to tell programs which one to pick.
+user might want to tell programs which one to pick. There can be only one
+`nat_destination` per cloud.