From 589a5e2a1038dd2cc719a0ab9a89fd853c0eac9c Mon Sep 17 00:00:00 2001 From: Naved Ansari Date: Fri, 5 Oct 2018 16:00:19 -0400 Subject: [PATCH 1/2] Add more info into the release notes for v0.4 --- docs/UPGRADING.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/UPGRADING.rst b/docs/UPGRADING.rst index 83270313..b4b7493b 100644 --- a/docs/UPGRADING.rst +++ b/docs/UPGRADING.rst @@ -39,7 +39,7 @@ This file describes the procedure for upgrading HIL to a new version. Release Notes ------------- -0.4 (Upcoming) +0.4 ++++++++++++++ * HIL now depends on OBMd to manage obms; the built in driver support has @@ -55,6 +55,9 @@ Release Notes 3. Update the HIL software as usual. Before restarting the serivces, remove both of the above obm extensions from ``hil.cfg``. +* OpenVSwitch is now supported in HIL. +* New APIs to get a node's power status and to power on a node. +* Fix a bug which prevented the deletion of a nic. 0.3 +++ From 5a0c1bb6ebda007f77bd14a2b4a878b51ca4402d Mon Sep 17 00:00:00 2001 From: Naved Ansari Date: Fri, 5 Oct 2018 17:22:59 -0400 Subject: [PATCH 2/2] remove bit about OpenVswitch since it's not meant for production --- docs/UPGRADING.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/UPGRADING.rst b/docs/UPGRADING.rst index b4b7493b..13e5d3d9 100644 --- a/docs/UPGRADING.rst +++ b/docs/UPGRADING.rst @@ -55,7 +55,6 @@ Release Notes 3. Update the HIL software as usual. Before restarting the serivces, remove both of the above obm extensions from ``hil.cfg``. -* OpenVSwitch is now supported in HIL. * New APIs to get a node's power status and to power on a node. * Fix a bug which prevented the deletion of a nic.