Merge "doc: Change variable name DEFAULT_API_VERSION to _MIN_API_VERSION"

This commit is contained in:
Zuul 2018-11-28 00:50:18 +00:00 committed by Gerrit Code Review
commit f423626fee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ word ``volume``::
OpenStack-API-Version: volume 3.0
If a user makes a request without specifying a version, they will get
the ``DEFAULT_API_VERSION`` as defined in
the ``_MIN_API_VERSION`` as defined in
``cinder/api/openstack/api_version_request.py``. This value is currently ``3.0``
and is expected to remain so for quite a long time.