diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-11-02 12:35:11 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-11-02 21:46:20 -0500 |
commit | 48c0668b155232137cbdcf6537caca83cb870630 (patch) | |
tree | 2d6a44fc2f68f257c80bf08a2315ea9392cf89e6 | |
parent | 5f2b64bd313b2d6f5578d824537836c45763e7a5 (diff) | |
download | os-client-config-48c0668b155232137cbdcf6537caca83cb870630.tar.gz |
Update auro to indicate move to neutron
Auro runs neutron now. Update the config and the docs to reflect that.
Change-Id: I4d2fd12b6f3d93f9e1d201b687145f1fe022e593
-rw-r--r-- | doc/source/vendor-support.rst | 4 | ||||
-rw-r--r-- | os_client_config/vendors/auro.yaml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index 34cfbe9..c3d4b3e 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -35,9 +35,7 @@ Region Name Human Name van1 Vancouver, BC ============== ================ -* Public IPv4 is provided via NAT with Nova Floating IP -* Floating IPs are provided by Nova -* Security groups are provided by Nova +* Public IPv4 is provided via NAT with Neutron Floating IP catalyst -------- diff --git a/os_client_config/vendors/auro.yaml b/os_client_config/vendors/auro.yaml index ad721e6..094ab74 100644 --- a/os_client_config/vendors/auro.yaml +++ b/os_client_config/vendors/auro.yaml @@ -3,5 +3,3 @@ profile: auth: auth_url: https://api.van1.auro.io:5000/v2.0 region_name: van1 - secgroup_source: nova - floating_ip_source: nova |