Remove networks validation duplicate details key

This commit consolidates the values of a duplicate key and removes the
duplicate.

Change-Id: I0b955fe52c9471de09f8a73fe95961037c570653
This commit is contained in:
git-harry 2017-03-06 16:03:06 +00:00
parent 8570377429
commit 61a805b185
1 changed files with 1 additions and 4 deletions

View File

@ -1393,10 +1393,6 @@ validators = {
"type": "string",
"description": "name of the network to get",
},
"details": {
"type": "boolean",
"description": "get detailed information",
},
"region_id": {
"type": "string",
"description": "region id of the network to get",
@ -1416,6 +1412,7 @@ validators = {
"details": {
"default": False,
"type": "boolean",
"description": "get detailed information",
},
}),
},