Clarify that the driver support library is interim

This patch is intended to clarify that Octavia is a service project
and not a library. It clarifies that the driver support callbacks are
temporary and will be removed in favor of a driver support endpoint.

Change-Id: Ic9dc596e86d414da1e8e20562f10ad490c51dbd9
This commit is contained in:
Michael Johnson 2018-08-02 08:32:09 -07:00
parent fa0f0525e6
commit aaa7fbc748
1 changed files with 6 additions and 0 deletions

View File

@ -1654,6 +1654,12 @@ and instead will callback to Octavia using a new API.
access. See `Stable Provider Driver Interface`_ for a list of acceptable
APIs for provider driver use.
.. warning::
This library is interim and will be removed when the driver support endpoint
is made available. At which point drivers will not import any code from
Octavia.
Update Provisioning and Operating Status API
--------------------------------------------