Clarify when oneview node can be managed by ironic

This change intends to warn the cloud administrators that the
driver/ironic can control the power state of the OneView nodes, and
thus can revert any user's action. This will not happen in case the
machine has a server profile assigned by another OneView user. Therefore,
the information was added to the OneView driver's documentation.

Change-Id: I08d8d454fe5da66892978ae052e8ce548dc35777
This commit is contained in:
Charlle Dias 2016-09-19 18:27:24 +00:00 committed by Charlle Daniel
parent 2662e1fbbb
commit 187b5dc3fb

View File

@ -311,6 +311,14 @@ For more information on the definitions of ``Server Hardware``, ``Server
Profile``, ``Server Profile Template`` and other OneView entities, refer to
[1]_ or browse Help in your OneView appliance menu.
.. note::
Ironic manages OneView machines either when they have
a Server Profile applied by the driver or when they don't have any Server
Profile. Trying to change the power state of the machine in OneView without
first assigning a Server Profile will lead to allowing Ironic to revert the
power state change. Ironic will NOT change the power state of machines
which the Server Profile was applied by another OneView user.
Migrating from pre-allocation to dynamic allocation
===================================================