Fix sample parameter of agent API

The parameter of agent update API has been changed from "para" to
"agent" since Nova v3 API, and this patch fixes the sample doc.

Partially implements blueprint v3-api-specification

Change-Id: Ic9c0f11a637e48daa9457ab9ae923fefc0fb350d
This commit is contained in:
Ken'ichi Ohmichi
2013-11-19 15:22:59 +09:00
parent 6ba82f58ec
commit 38c17db30a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"para": {
"agent": {
"url": "xxx://xxxx/xxx/xxx",
"md5hash": "add6bb58e139be103324d04d82d8f545",
"version": "7.0"

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<para>
<agent>
<version>7.0</version>
<url>xxx://xxxx/xxx/xxx</url>
<md5hash>add6bb58e139be103324d04d82d8f545</md5hash>
</para>
</agent>