summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-02-13 14:12:01 -0600
committerGunnar Mills <gmills@us.ibm.com>2019-02-14 19:09:41 +0000
commit45ffda4214822c58e79ba68568179f7a46ad0157 (patch)
tree0a2ce1ce5a3cfe707132c5d660e40a6b831a7d40
parentb54d0ee30e87d28dc3ca8a2c569a67f0d0b22f7c (diff)
downloadphosphor-webui-45ffda4214822c58e79ba68568179f7a46ad0157.tar.gz
phosphor-webui-45ffda4214822c58e79ba68568179f7a46ad0157.zip
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>
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
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
}
OpenPOWER on IntegriCloud