From 5a8e077d2865711685310f25b34edf2cb2155fd8 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 4 May 2015 13:48:25 -0700 Subject: [PATCH] Fix minor grammar issues in msft-ocs-power-driver.rst Fix minor grammar issues in msft-ocs-power-driver.rst Also remove executable permissions from: kilo/irmc-management-driver.rst kilo/irmc-power-driver.rst Change-Id: I4ce5eafe19a2616957e113248ad97fa7b223a133 --- specs/kilo/irmc-management-driver.rst | 0 specs/kilo/irmc-power-driver.rst | 0 specs/liberty/msft-ocs-power-driver.rst | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 specs/kilo/irmc-management-driver.rst mode change 100755 => 100644 specs/kilo/irmc-power-driver.rst diff --git a/specs/kilo/irmc-management-driver.rst b/specs/kilo/irmc-management-driver.rst old mode 100755 new mode 100644 diff --git a/specs/kilo/irmc-power-driver.rst b/specs/kilo/irmc-power-driver.rst old mode 100755 new mode 100644 diff --git a/specs/liberty/msft-ocs-power-driver.rst b/specs/liberty/msft-ocs-power-driver.rst index 720b1028..5a52681c 100644 --- a/specs/liberty/msft-ocs-power-driver.rst +++ b/specs/liberty/msft-ocs-power-driver.rst @@ -24,13 +24,13 @@ IPMI. The REST API service itself is open source (Apache 2 license). In order to be able to execute power and management actions on OCS blades, the corresponding interfaces need to be implemented. -Furthermore, the OCS REST API supports also a serial console interface for +Furthermore, the OCS REST API also supports a serial console interface for individual blades that can be supported in Ironic. Proposed change =============== -The proposed implementation consists in a driver implementation. A client will +The proposed implementation consists of a driver implementation. A client will be provided to abstract the OCS service REST API calls, which in turn can be referenced by the power, management and console interfaces.