6.0.0
This commit is contained in:
@@ -195,10 +195,6 @@ class DecortAccountInfo(DecortController):
|
||||
images=dict(
|
||||
type='dict',
|
||||
options=dict(
|
||||
deleted=dict(
|
||||
type='bool',
|
||||
default=False,
|
||||
),
|
||||
filter=dict(
|
||||
type='dict',
|
||||
options=dict(
|
||||
@@ -312,7 +308,7 @@ class DecortAccountInfo(DecortController):
|
||||
type='dict',
|
||||
options=dict(
|
||||
ext_ip=dict(
|
||||
type='int',
|
||||
type='str',
|
||||
),
|
||||
id=dict(
|
||||
type='int',
|
||||
@@ -478,7 +474,6 @@ class DecortAccountInfo(DecortController):
|
||||
return input_args
|
||||
|
||||
mapped_args = {}
|
||||
mapped_args['deleted'] = input_args['deleted']
|
||||
if input_args['filter']:
|
||||
mapped_args['image_id'] = input_args['filter']['id']
|
||||
mapped_args['image_name'] = input_args['filter']['name']
|
||||
|
||||
Reference in New Issue
Block a user