X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openvim;h=58d6ff05fb7d32dc56855f288d9671e46558bbe6;hb=6c6006528a473fff882151806251aa36c5fbf5b8;hp=ae49e291c6bed2eb6304983de7de37f8b34b38b3;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/openvim b/openvim index ae49e29..58d6ff0 100755 --- a/openvim +++ b/openvim @@ -4,7 +4,7 @@ ## # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -896,7 +896,7 @@ def openflow_action(args): if "ADMIN_PORT" not in vim_config: print "OPENVIM_ADMIN_PORT variable not defined" return 401 # HTTP_Unauthorized - url = "http://%s:%s/openvim/networks/openflow/clear" %(vim_config["HOST"], vim_config["ADMIN_PORT"]) + url = "http://%s:%s/openvim/networks/clear/openflow" %(vim_config["HOST"], vim_config["ADMIN_PORT"]) r,c = vim_delete(url) else: return 400 #HTTP_Bad_Request