commit | da86480ba05c5a98034ad045315541d4808b6529 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Nov 28 16:46:30 2017 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Nov 29 19:03:49 2017 +0000 |
tree | 65299ca0419827cf7f625a2893b8f147841d8b94 | |
parent | 0e160f90cc46276fe2e04a90086906f6e4a32f8f [diff] |
[CORD-2310] Getting the local scenario to work Change-Id: Ieacb79d90145447054ac5e8f14778d78ad79913d (cherry picked from commit 7831f803de6a02a5fbfc00c48ef6c822abd9495d)
diff --git a/roles/test-exampleservice/tasks/main.yml b/roles/test-exampleservice/tasks/main.yml index c5bc324..64f03d9 100644 --- a/roles/test-exampleservice/tasks/main.yml +++ b/roles/test-exampleservice/tasks/main.yml
@@ -20,7 +20,7 @@ - name: Configure XOS with profile specific TOSCA (new Engine) uri: - url: "http://{{ xos_tosca_host }}/xos-tosca/run" + url: "{{ xos_tosca_url }}/run" method: POST headers: xos-username: "{{ xos_admin_user }}"