diff --git a/doc/source/user/guides/basic-cookbook-neutron.rst b/doc/source/user/guides/basic-cookbook-neutron.rst index 6ee6da62ae..12ab131418 100644 --- a/doc/source/user/guides/basic-cookbook-neutron.rst +++ b/doc/source/user/guides/basic-cookbook-neutron.rst @@ -13,9 +13,9 @@ License for the specific language governing permissions and limitations under the License. -================================================== -Basic Load Balancing Cookbook Using Neutron Client -================================================== +=============================================================== +Basic Load Balancing Cookbook Using Neutron Client (deprecated) +=============================================================== .. warning:: The neutron client used in this document is deprecated. We strongly encourage you to use the OpenStack Client and Octavia diff --git a/doc/source/user/guides/l7-cookbook-neutron.rst b/doc/source/user/guides/l7-cookbook-neutron.rst index 3ccf32b6db..fed12a2ca8 100644 --- a/doc/source/user/guides/l7-cookbook-neutron.rst +++ b/doc/source/user/guides/l7-cookbook-neutron.rst @@ -13,9 +13,9 @@ License for the specific language governing permissions and limitations under the License. -===================================== -Layer 7 Cookbook Using Neutron Client -===================================== +================================================== +Layer 7 Cookbook Using Neutron Client (deprecated) +================================================== .. warning:: The neutron client used in this document is deprecated. We strongly encourage you to use the OpenStack Client and Octavia diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index a1980bca91..786ccf7a2b 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -7,8 +7,11 @@ Octavia User :maxdepth: 1 Command Line Interface Reference + guides/* + sdks.rst + Indices and Search ------------------ diff --git a/doc/source/user/sdks.rst b/doc/source/user/sdks.rst new file mode 100644 index 0000000000..75e2abcd34 --- /dev/null +++ b/doc/source/user/sdks.rst @@ -0,0 +1,40 @@ +.. + Copyright (c) 2018 Rackspace, US Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +======================================= +Octavia Software Development Kits (SDK) +======================================= + +Introduction +============ + +This is a list of known SDKs and language bindings that support OpenStack +load balancing via the Octavia API. This list is a "best effort" to keep +updated, so please check with your favorite SDK project to see if they +support OpenStack load balancing. If not, open a bug for them! + +.. Note:: The projects listed here may not be maintained by the OpenStack + LBaaS team. Please submit bugs for these projects through their + respective bug tracking systems. + +Java +==== + +`OpenStack4j `_ + +Python +====== + +`OpenStack SDK `_