Rework directories for netconn - both are neutron

Partial_Bug: #1233748

Change-Id: I6fa1a8b194da4d90941051151a13f06786642758
author: diane fleming
This commit is contained in:
Diane Fleming 2013-10-08 09:18:08 -05:00
parent ee76b34ab3
commit 64cca08847
360 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 433 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 651 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -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>

Some files were not shown because too many files have changed in this diff Show More