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 Abhishek Dosi
parent 6793743fb5
commit 9ad1971c78
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
("teamd", "enabled", "enabled")] %} ("teamd", "enabled", "enabled")] %}
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", "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_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_sflow == "y" %}{% do features.append(("sflow", "disabled", "enabled")) %}{% endif %}
{%- if include_system_telemetry == "y" %}{% do features.append(("telemetry", "enabled", "enabled")) %}{% endif %} {%- if include_system_telemetry == "y" %}{% do features.append(("telemetry", "enabled", "enabled")) %}{% endif %}
"FEATURE": { "FEATURE": {

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