Rework directories for netconn - both are neutron
Partial_Bug: #1233748 Change-Id: I6fa1a8b194da4d90941051151a13f06786642758 author: diane fleming
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -3,10 +3,10 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.openstack.docs</groupId>
|
||||
<artifactId>openstack-api-reference</artifactId>
|
||||
<artifactId>openstack-network-api-v1</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>OpenStack API Reference</name>
|
||||
<name>OpenStack Networking API v1.0 Reference</name>
|
||||
<properties>
|
||||
<!-- This is set by Jenkins according to the branch. -->
|
||||
<release.path.name>local</release.path.name>
|
||||
@ -22,7 +22,7 @@
|
||||
<artifactId>clouddocs-maven-plugin</artifactId>
|
||||
<version>1.11.0</version>
|
||||
<executions>
|
||||
<!-- Configuration for OpenStack End User Guide -->
|
||||
<!-- Configuration for OpenStack Networking API Reference -->
|
||||
<execution>
|
||||
<id>goal1</id>
|
||||
<goals>
|
||||
@ -30,7 +30,7 @@
|
||||
</goals>
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<includes> quantum-api-guide.xml</includes>
|
||||
<includes> neutron-api-guide.xml</includes>
|
||||
<generateToc>
|
||||
appendix toc
|
||||
article/appendix nop
|
||||
@ -64,7 +64,7 @@
|
||||
<security>external</security>
|
||||
<branding>openstack</branding>
|
||||
<enableDisqus>1</enableDisqus>
|
||||
<disqusShortname>os-quantum-guides</disqusShortname>
|
||||
<disqusShortname>os-neutron-guides</disqusShortname>
|
||||
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
||||
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
||||
<suppressFooterNavigation>0</suppressFooterNavigation>
|