Skip to content

Commit

Permalink
Fix select pool
Browse files Browse the repository at this point in the history
  • Loading branch information
edersonbrilhante committed Jun 13, 2017
1 parent 973e2d7 commit d281dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CadVlan/VipRequest/facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def shared_pool_member_items(request, client, form_acess=None, external=False):
pool_id = request.GET.get('pool_id')
pool = client.create_api_pool().get(
ids=[pool_id], kind='details',
include=['groups_permissions'])['server_pools'][0]
include=['groups_permissions'])
pool_data = {
'server_pool': pool['server_pools'][0],
'external': external
Expand Down

0 comments on commit d281dae

Please sign in to comment.