Skip to content

Commit

Permalink
Revert "Remove v1 API reference"
Browse files Browse the repository at this point in the history
The v1 API is still in the tree, even if it is off by
default and deprecated.  We need to keep documentation on
how it works at least until we remove the code.  This was
published to [1] which was the primary way to find this
information, and it is now missing.

[1] https://developer.openstack.org/api-ref/block-storage/v1/

This marks v1 as deprecated in the toctree.

This reverts commit 8139f7f.

Change-Id: Ic9d0fcce5ca0f8455c212292664b8f9694edfce3
  • Loading branch information
eharney committed Mar 15, 2017
1 parent a72c4c9 commit 52e0f00
Show file tree
Hide file tree
Showing 32 changed files with 2,162 additions and 1 deletion.
1 change: 1 addition & 0 deletions api-ref/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Contents:

v2/index
v3/index
Block Storage API v1 (DEPRECATED) <v1/index>


Indices and tables
Expand Down
13 changes: 13 additions & 0 deletions api-ref/source/v1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:tocdepth: 2

=================================
Block Storage API V1 (DEPRECATED)
=================================

.. rest_expand_all::

.. include:: os-quota-sets-v1.inc
.. include:: volumes-v1-snapshots.inc
.. include:: volumes-v1-types.inc
.. include:: volumes-v1-versions.inc
.. include:: volumes-v1-volumes.inc
Loading

0 comments on commit 52e0f00

Please sign in to comment.