Skip to content
Commit fcd2682a authored by Ed Tanous's avatar Ed Tanous
Browse files

Fix NTPServers property in Redfish

Recent changes to phosphor-network have changed the NTPServers property
to be actually StaticNTPServers.  This makes PATCH incorrect.

Tested: Redfish-protocol-validator passes the NTPServers property again.

```
curl -vvvv --insecure --user root:0penBmc https://192.168.7.2/redfish/v1/Managers/bmc/NetworkProtocol

 -X PATCH -d '{"NTP": {"NTPServers": ["time-a-b.nist.gov", "time-b-b.nist.gov"]}}'
```

Now succeeds.

Signed-off-by: default avatarEd Tanous <edtanous@google.com>
Change-Id: Ie4bcfa6190797dd250421d1a512677841a4319e4
parent 2138483c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment