diff --git a/doc/source/user/config/vendor-support.rst b/doc/source/user/config/vendor-support.rst index 8f2a4fc42..07168445b 100644 --- a/doc/source/user/config/vendor-support.rst +++ b/doc/source/user/config/vendor-support.rst @@ -213,6 +213,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 --- diff --git a/openstack/config/vendors/vendors/limestonenetworks.json b/openstack/config/vendors/vendors/limestonenetworks.json new file mode 100644 index 000000000..659a95b9f --- /dev/null +++ b/openstack/config/vendors/vendors/limestonenetworks.json @@ -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" + } + } diff --git a/releasenotes/notes/vendor-add-limestonenetworks-99b2ffab9fc23b08.yaml b/releasenotes/notes/vendor-add-limestonenetworks-99b2ffab9fc23b08.yaml new file mode 100644 index 000000000..d0e8332cf --- /dev/null +++ b/releasenotes/notes/vendor-add-limestonenetworks-99b2ffab9fc23b08.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Add Limestone Networks vendor info for us-dfw-1 and us-slc regions