Make sure Cisco drivers are documented on IRONIC_DEPLOY_DRIVER

Recently support was added to ironic devstack to support the Cisco
Ironic drivers, however the comment above IRONIC_DEPLOY_DRIVER
wasn't updated to reflect this has part of that change, this is a
follow up patch making sure that documention is completed.

Change-Id: Iea48abf911345f0b017648f368e3d61fb3cc63d3
This commit is contained in:
Sam Betts 2016-04-14 14:49:34 +01:00
parent 20ae1e2e73
commit 25286f6b87

View File

@ -147,6 +147,9 @@ esac
# Which deploy driver to use - valid choices right now
# are ``pxe_ssh``, ``pxe_ipmitool``, ``agent_ssh`` and ``agent_ipmitool``.
#
# Additional valid choices if IRONIC_IS_HARDWARE == true are:
# ``pxe_iscsi_cimc``, ``pxe_agent_cimc``, ``pxe_ucs`` and ``pxe_cimc``.
IRONIC_DEPLOY_DRIVER=${IRONIC_DEPLOY_DRIVER:-pxe_ssh}
# TODO(agordeev): replace 'ubuntu' with host distro name getting