Skip to content

Commit

Permalink
fix update vip deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
edersonbrilhante committed Sep 21, 2016
1 parent e034e86 commit 4c3751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_vip_request/views/views_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def put(self, request, *args, **kwargs):
"""

vips = request.DATA
json_validate(SPECS.get('vip_put')).validate(vips)
json_validate(SPECS.get('vip_request_put')).validate(vips)
locks_list = facade.create_lock(vips.get('vips'))
verify_ports_vip(vips)
try:
Expand Down

0 comments on commit 4c3751e

Please sign in to comment.