Skip to content

Commit

Permalink
Hunormous file rename for v3 to v2.1 for Compute
Browse files Browse the repository at this point in the history
Nova team decided to do a minor version to 2.1
rather than move to v3 so the API docs need to
reflect that. Still marked Experimental.

Closes-bug:1367307

Change-Id: I59adfcae589b9481efcf0bdb8c4d63e54ceb6a1b
  • Loading branch information
annegentle committed Sep 9, 2014
1 parent f833e22 commit 8a56efd
Show file tree
Hide file tree
Showing 598 changed files with 1,525 additions and 213 deletions.
6 changes: 3 additions & 3 deletions api-ref-guides/pom.xml
Expand Up @@ -94,14 +94,14 @@
</configuration>
</execution>
<execution>
<id>os-api-ref-compute-v3</id>
<id>os-api-ref-compute-v2.1</id>
<goals>
<goal>generate-pdf</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includes> bk-api-ref-compute-v3.xml </includes>
<pdfFilenameBase>api-ref-compute-v3</pdfFilenameBase>
<includes> bk-api-ref-compute-v2.1.xml </includes>
<pdfFilenameBase>api-ref-compute-v2.1</pdfFilenameBase>
</configuration>
</execution>
<execution>
Expand Down
36 changes: 0 additions & 36 deletions api-ref-guides/src/bk-api-ref-compute-v3.xml

This file was deleted.

2 changes: 1 addition & 1 deletion api-ref-guides/src/bk-api-ref.xml
Expand Up @@ -39,7 +39,7 @@
href="../../api-ref/src/docbkx/ch_blockstorage-api-v1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2-ext.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v3.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_databases-v1.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3.xml"/>
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3-ext.xml"/>
Expand Down
6 changes: 3 additions & 3 deletions api-ref/pom.xml
Expand Up @@ -93,14 +93,14 @@
</configuration>
</execution>
<execution>
<id>os-api-ref-compute-v3</id>
<id>os-api-ref-compute-v2.1</id>
<goals>
<goal>generate-html</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includes> api-ref-compute-v3.xml</includes>
<pdfFilename>bk-api-ref-compute-v3</pdfFilename>
<includes> api-ref-compute-v2.1.xml</includes>
<pdfFilename>bk-api-ref-compute-v2.1</pdfFilename>
</configuration>
</execution>
<execution>
Expand Down
Expand Up @@ -6,9 +6,9 @@
xmlns:xref="http://www.w3.org/1999/xref"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
version="5.0-extension RackBook-2.0"
xml:id="api.openstack.org-compute-v3-ext" status="EXPERIMENTAL">
xml:id="api.openstack.org-compute-v2.1-ext" status="EXPERIMENTAL">
<info>
<title>OpenStack Compute API v3</title>
<title>OpenStack Compute API v2.1</title>
<copyright>
<year>2010-2014</year>
</copyright>
Expand All @@ -19,5 +19,5 @@
<xi:include href="itemizedlist-service-list.xml"/>
</annotation>
</info>
<xi:include href="ch_compute-v3.xml"/>
<xi:include href="ch_compute-v2.1.xml"/>
</book>

0 comments on commit 8a56efd

Please sign in to comment.