Skip to content

Commit

Permalink
#AV-52487: ansible throwing internal server error even when SE is per… (
Browse files Browse the repository at this point in the history
#20)

* #AV-52487: ansible throwing internal server error even when SE is perfectly created and connected to controller

* #AV-52487: ansible throwing internal server error even when SE is perfectly created and connected to controller
  • Loading branch information
chaitanyaavi authored and Gaurav Rastogi committed Dec 5, 2018
1 parent b62ae06 commit 1346040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/service_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
controller: "{{ se_master_ctl_ip }}"
username: "{{ se_master_ctl_username }}"
password: "{{ se_master_ctl_password }}"
tenant: "{{ se_tenant }}"
http_method: get
path: serviceengine
api_version: "{{ se_master_ctl_version }}"
Expand All @@ -115,6 +116,7 @@
controller: "{{ se_master_ctl_ip }}"
username: "{{ se_master_ctl_username }}"
password: "{{ se_master_ctl_password }}"
tenant: "{{ se_tenant }}"
http_method: get
path: serviceengine
api_version: "{{ se_master_ctl_version }}"
Expand Down

0 comments on commit 1346040

Please sign in to comment.