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
This commit is contained in:
John L. Villalovos 2015-05-04 13:48:25 -07:00
parent b921e8e458
commit 5a8e077d28
3 changed files with 2 additions and 2 deletions

0
specs/kilo/irmc-management-driver.rst Executable file → Normal file
View File

0
specs/kilo/irmc-power-driver.rst Executable file → Normal file
View File

View File

@ -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 In order to be able to execute power and management actions on OCS blades, the
corresponding interfaces need to be implemented. 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. individual blades that can be supported in Ironic.
Proposed change 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 be provided to abstract the OCS service REST API calls, which in turn can be
referenced by the power, management and console interfaces. referenced by the power, management and console interfaces.