From c791578c39040009a084800a2d86fd4936905e16 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 29 Sep 2016 20:12:57 +0800 Subject: [PATCH] Update the version of "os-api-ref" Refer to http://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt The version of "os-api-ref" should be ">=1.1.0",this patch fix it. Change-Id: I7ac3c22a432e3165f4c575fd7bc86b83dc7e754d --- doc/contributor-guide/source/api-guides.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributor-guide/source/api-guides.rst b/doc/contributor-guide/source/api-guides.rst index 7f486af1a5..2149a1dba1 100644 --- a/doc/contributor-guide/source/api-guides.rst +++ b/doc/contributor-guide/source/api-guides.rst @@ -65,7 +65,7 @@ The basic steps are: #. Update the ``test-requirements.txt`` file for the project with a line for the ``os-api-ref`` Sphinx extension:: - os-api-ref>=0.1.0 # Apache-2.0 + os-api-ref>=1.0.0 # Apache-2.0 #. Create RST files for each operation.