Merge "Added missed response to test_server_tags"

This commit is contained in:
Jenkins
2016-06-16 01:51:48 +00:00
committed by Gerrit Code Review
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",