summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-09-15 12:54:49 +0200
committerMonty Taylor <mordred@inaugust.com>2015-09-15 12:54:49 +0200
commitd835c47ad35a27bb0e90a8db42d5c943a65c6608 (patch)
tree08e936c6100a04513e782d2dc43b0a8bb1a40e31
parent7bfa633e86e9ccef6cd58472f6994b05f95ad032 (diff)
downloados-client-config-d835c47ad35a27bb0e90a8db42d5c943a65c6608.tar.gz
Add Enter Cloud Suite to vendors list
Change-Id: I78e9191073e68a9d3f78ba11b47aa0b1ff816430
-rw-r--r--doc/source/vendor-support.rst13
-rw-r--r--os_client_config/vendors/entercloudsuite.yaml8
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index f4179e7..d987b1c 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -180,3 +180,16 @@ regionOne Region One
============== ================
* Public IPv4 is provided via NAT with Neutron Floating IP
+
+entercloudsuite
+---------------
+
+https://api.entercloudsuite.com/v2.0
+
+============== ================
+Region Name Human Name
+============== ================
+nl-ams1 Amsterdam, NL
+it-mil1 Milan, IT
+de-fra1 Frankfurt, DE
+============== ================
diff --git a/os_client_config/vendors/entercloudsuite.yaml b/os_client_config/vendors/entercloudsuite.yaml
new file mode 100644
index 0000000..f68bcf6
--- /dev/null
+++ b/os_client_config/vendors/entercloudsuite.yaml
@@ -0,0 +1,8 @@
+name: entercloudsuite
+profile:
+ auth:
+ auth_url: https://api.entercloudsuite.com/v2.0
+ regions:
+ - it-mil1
+ - nl-ams1
+ - de-fra1