Add Limestone Networks vendor info

Adds the Limestone Networks provider info for the Dallas and
Salt Lake regions.

Change-Id: Id457ea68938aea955162dc42a112568b2e55b850
This commit is contained in:
Logan V 2018-03-27 22:43:20 -05:00
parent b64d45d79e
commit 9c9337234f
3 changed files with 35 additions and 0 deletions

View File

@ -226,6 +226,22 @@ sjc01 San Jose, CA
* Floating IPs are not supported
limestonenetworks
-----------------
https://auth.cloud.lstn.net:5000/v3
============== ==================
Region Name Location
============== ==================
us-dfw-1 Dallas, TX
us-slc Salt Lake City, UT
============== ==================
* Identity API Version is 3
* Images must be in `raw` format
* IPv6 is provided to every server connected to the `Public Internet` network
ovh
---

View File

@ -0,0 +1,15 @@
{
"name": "limestonenetworks",
"profile": {
"auth": {
"auth_url": "https://auth.cloud.lstn.net:5000/v3"
},
"regions": [
"us-dfw-1",
"us-slc"
],
"identity_api_version": "3",
"image_format": "raw",
"volume_api_version": "3"
}
}

View File

@ -0,0 +1,4 @@
---
other:
- |
Add Limestone Networks vendor info for us-dfw-1 and us-slc regions