summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-03-30 16:10:04 -0700
committerMonty Taylor <mordred@inaugust.com>2016-03-30 16:15:49 -0700
commit278a761df68d1e7d4d93ee2c6fb91f1a0e82e78a (patch)
tree204f64b43bd89ac247069e583723048b92b0a69a /README.rst
parent9d49a7a87329095cd47efbc32d77ffa52a8cec22 (diff)
downloados-client-config-278a761df68d1e7d4d93ee2c6fb91f1a0e82e78a.tar.gz
Change network info indication to a generic list
Networks can have more information than just internal or external. Notably, if you have two private networks and you're trying to assign floating ips, you need to know which network should be the recipient. This should be backwards compatible with existing external_network and internal_network options. Change-Id: I0d469339ba00486683fcd3ce2995002fa0a576d1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 2e584bd..15f4bf0 100644
--- a/README.rst
+++ b/README.rst
@@ -289,12 +289,16 @@ region.
regions:
- name: ams01
values:
- external_network: inap-17037-WAN1654
- internal_network: inap-17037-LAN4820
+ networks:
+ - name: inap-17037-WAN1654
+ routes_externally: true
+ - name: inap-17037-LAN6745
- name: nyj01
values:
- external_network: inap-17037-WAN7752
- internal_network: inap-17037-LAN6745
+ networks:
+ - name: inap-17037-WAN1654
+ routes_externally: true
+ - name: inap-17037-LAN6745
Usage
-----