Added missed response to test_server_tags

Also other server tags templates were modified
to improve future api ref docs.

Change-Id: Idab0328f9cdbe0d85880209a2b22ffc7df2201a0
This commit is contained in:
Sergey Nikitin
2016-06-08 16:14:36 +03:00
parent 68209e222f
commit 15a94581a6
11 changed files with 39 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
{
"tags": ["sometag"]
"tags": ["tag1", "tag2"]
}

View File

@@ -1,5 +1,3 @@
{
"tags": [
"sometag"
]
"tags": ["tag1", "tag2"]
}

View File

@@ -0,0 +1,3 @@
{
"tags": ["tag1", "tag2"]
}

View File

@@ -1,8 +1,6 @@
{
"server": {
"tags": [
"sometag"
],
"tags": ["tag1", "tag2"],
"accessIPv4": "1.2.3.4",
"accessIPv6": "80fe::",
"addresses": {

View File

@@ -55,7 +55,7 @@
"updated": "2013-09-03T04:01:32Z",
"user_id": "fake",
"locked": false,
"tags": ["sometag"],
"tags": ["tag1", "tag2"],
"description": null,
"config_drive": "",
"OS-DCF:diskConfig": "AUTO",