Make default redfishSupportEnabled
redfishSupportEnabled now defaults to true.
The standard rest-server is bmcweb which has redfish support
included.
Creating a new user and chanding a users password on the
user management does not work with
redfishSupportEnabled = false. This is due to neither bmcweb
or phosphor-rest-server having a SetPassword API.
Resolves openbmc/openbmc#3454
Tested: The user management page on Witherspoon.
Change-Id: I35f6b6b644cddb4135ff5b41c3a3b74134eb6ecb
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/config.json b/config.json
index c57a626..c8c49e1 100644
--- a/config.json
+++ b/config.json
@@ -1,3 +1,3 @@
{
- "redfishSupportEnabled" : false
+ "redfishSupportEnabled" : true
}