summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-10-20 16:18:25 +0200
committerMonty Taylor <mordred@inaugust.com>2017-10-21 19:04:30 +0000
commit162a7a59fd11d9b269772a7b3cb0d5282865eb8f (patch)
treefa5ef11c6b9e1302f845c2b3d17fdd3120d560f5 /doc/source/user
parent9c243d40061fbb6051c1682ff0c34b7fa574e4f1 (diff)
downloados-client-config-162a7a59fd11d9b269772a7b3cb0d5282865eb8f.tar.gz
Added nat_source flag for networks.
In some more complex clouds there can not only be more than one valid network on a server that NAT can attach to, there can also be more than one valid network from which to get a NAT address. Allow flagging a network so that it can be found. Change-Id: I3d8dd6d734a1013d2d4a43e11c3538c3a345820b
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/network-config.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/user/network-config.rst b/doc/source/user/network-config.rst
index 0957180..c07040e 100644
--- a/doc/source/user/network-config.rst
+++ b/doc/source/user/network-config.rst
@@ -58,3 +58,10 @@ 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. There can be only one
`nat_destination` per cloud.
+
+`nat_source` is a boolean field that indicates which network floating
+ips should be requested from. It defaults to false. Normally this can be
+inferred by looking for a network that is attached to a route. 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. There can be only one
+`nat_source` per cloud.