Enable restapi, update sonic-restapi (#5169)

* Enable restapi if included in image
* [Submodule update] sonic-restapi
This commit is contained in:
Prince Sunny 2020-08-13 11:29:49 -07:00 committed by GitHub
parent fc9e97fc3d
commit 3fee094760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
{%- if include_iccpd == "y" %}{% do features.append(("iccpd", "disabled", "enabled")) %}{% endif %}
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", "enabled")) %}{% endif %}
{%- if include_nat == "y" %}{% do features.append(("nat", "disabled", "enabled")) %}{% endif %}
{%- if include_restapi == "y" %}{% do features.append(("restapi", "disabled", "enabled")) %}{% endif %}
{%- if include_restapi == "y" %}{% do features.append(("restapi", "enabled", "enabled")) %}{% endif %}
{%- if include_sflow == "y" %}{% do features.append(("sflow", "disabled", "enabled")) %}{% endif %}
{%- if include_system_telemetry == "y" %}{% do features.append(("telemetry", "enabled", "enabled")) %}{% endif %}
"FEATURE": {

@ -1 +1 @@
Subproject commit ed640ac1f917f52c2298c0b799fb6a6cfbecccb4
Subproject commit d821e5a9d85f346942e694698b8b75b5bddea902