Merge "undercloud: revert to using the iscsi deploy interface by default"

This commit is contained in:
Zuul 2018-08-22 13:57:02 +00:00 committed by Gerrit Code Review
commit 4a7b37f01b
2 changed files with 5 additions and 6 deletions

View File

@ -69,7 +69,6 @@ parameter_defaults:
HeatReauthenticationAuthMethod: 'trusts'
IronicCleaningDiskErase: 'metadata'
IronicCorsAllowedOrigin: '*'
IronicDefaultDeployInterface: 'direct'
IronicDefaultInspectInterface: 'inspector'
IronicDefaultResourceClass: 'baremetal'
IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo']

View File

@ -1,12 +1,12 @@
---
upgrade:
- |
Ironic in the containerized undercloud now uses the ``direct`` deploy
interface by default for better performance and scalability. See
Ironic in the containerized undercloud now supports the ``direct`` deploy
interface for better performance and scalability. See
`the direct deploy documentation
<https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#direct-deploy>`_
for details.
If undesired, this change can be reverted per node by setting the node's
``deploy_interface`` field to ``iscsi`` or globally by changing the new
``IronicDefaultDeployInterface`` to empty string.
This deploy interface can be enabled per node by setting the node's
``deploy_interface`` field to ``direct`` or globally by changing the new
``IronicDefaultDeployInterface`` parameter to ``direct``.