Updates pom.xml for API quick start to 1.5.2.
Adds in some updated json and xml examples for extensions. Change-Id: Ib8ff27b694133580392cdb719b6baeb9c9bee45d
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<plugin>
|
||||
<groupId>com.rackspace.cloud.api</groupId>
|
||||
<artifactId>clouddocs-maven-plugin</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.5.2</version>
|
||||
<executions>
|
||||
<!--<execution>
|
||||
<id>goal1</id>
|
||||
|
||||
@@ -64,6 +64,14 @@
|
||||
"namespace": "http://docs.openstack.org/compute/ext/admin-actions/api/v1.1",
|
||||
"updated": "2011-09-20T00:00:00+00:00"
|
||||
},
|
||||
{
|
||||
"alias": "os-agents",
|
||||
"description": "Agents support",
|
||||
"links": [],
|
||||
"name": "Agents",
|
||||
"namespace": "http://docs.openstack.org/compute/ext/agents/api/v2",
|
||||
"updated": "2012-10-28T00:00:00-00:00"
|
||||
},
|
||||
{
|
||||
"alias": "os-aggregates",
|
||||
"description": "Admin-only aggregate administration",
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
resetNetwork, injectNetworkInfo, lock, unlock, createBackup
|
||||
</description>
|
||||
</extension>
|
||||
<extension alias="os-agents" updated="2012-10-28T00:00:00-00:00" namespace="http://docs.openstack.org/compute/ext/agents/api/v2" name="Agents">
|
||||
<description>Agents support</description>
|
||||
</extension>
|
||||
<extension alias="os-aggregates" updated="2012-01-12T00:00:00+00:00" namespace="http://docs.openstack.org/compute/ext/aggregates/api/v1.1" name="Aggregates">
|
||||
<description>Admin-only aggregate administration</description>
|
||||
</extension>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<console>
|
||||
<type>novnc</type>
|
||||
<url>http://example.com:6080/vnc_auto.html?token=f9906a48-b71e-4f18-baca-c987da3ebdb3&title=dafa(75ecef58-3b8e-4659-ab3b-5501454188e9)</url>
|
||||
<type>novnc</type>
|
||||
<url>http://example.com:6080/vnc_auto.html?token=f9906a48-b71e-4f18-baca-c987da3ebdb3</url>
|
||||
</console>
|
||||
|
||||
Reference in New Issue
Block a user