diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-01-07 19:06:47 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-01-07 19:06:47 +0200 |
commit | 7cb0f890e1476ed6fe3832b2c422337864fb62a2 (patch) | |
tree | e4eb259136067aaa761b01b6af9b8e32c4034b47 /sdc-os-chef/environments/Template.json | |
parent | a3d6343980633633f8ed144a20a2460277c98b83 (diff) |
Fix swagger basepath
Change-Id: I59263971e1c46096663322ecb2937a79c084cf10
Issue-ID: SDC-534
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/environments/Template.json')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index fd3b683058..6052d6806e 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -8,7 +8,7 @@ "chef_type": "environment", "default_attributes": { - "disableHttp": false, + "disableHttp": false, "CS_VIP": "yyy", "BE_VIP": "yyy", "FE_VIP": "yyy", |