Commit 1d9ab8d7 authored by kalvin's avatar kalvin

eos地址替换为域名

parent 2f2dd971
...@@ -64,7 +64,7 @@ def jsonParse(def json) { ...@@ -64,7 +64,7 @@ def jsonParse(def json) {
} }
def update_microservice(namespace, name, image, tier) { def update_microservice(namespace, name, image, tier) {
dest_url = "http://192.168.6.13/api/qahome/update_microservice" dest_url = "http://eos.quantgroups.com/api/qahome/update_microservice"
response = httpRequest httpMode:"PUT", response = httpRequest httpMode:"PUT",
consoleLogResponseBody:true, consoleLogResponseBody:true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment