Merge "Fix multiple image_id query mappings"
This commit is contained in:
commit
6dbc7e9e94
@ -47,7 +47,7 @@ class Amphora(resource.Resource):
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'image_id',
|
||||
'image_id',
|
||||
'compute_flavor',
|
||||
)
|
||||
|
||||
# Properties
|
||||
|
@ -97,6 +97,7 @@ class TestAmphora(base.TestCase):
|
||||
'marker': 'marker',
|
||||
'id': 'id',
|
||||
'loadbalancer_id': 'loadbalancer_id',
|
||||
'compute_flavor': 'compute_flavor',
|
||||
'compute_id': 'compute_id',
|
||||
'lb_network_ip': 'lb_network_ip',
|
||||
'vrrp_ip': 'vrrp_ip',
|
||||
|
Loading…
Reference in New Issue
Block a user