Merge "Added missed response to test_server_tags"
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"tags": ["sometag"]
|
||||
"tags": ["tag1", "tag2"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"tags": [
|
||||
"sometag"
|
||||
]
|
||||
"tags": ["tag1", "tag2"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tags": ["tag1", "tag2"]
|
||||
}
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"server": {
|
||||
"tags": [
|
||||
"sometag"
|
||||
],
|
||||
"tags": ["tag1", "tag2"],
|
||||
"accessIPv4": "1.2.3.4",
|
||||
"accessIPv6": "80fe::",
|
||||
"addresses": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user