From 25286f6b87f11f035dbc35e1cd1ec066035aa6c3 Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Thu, 14 Apr 2016 14:49:34 +0100 Subject: [PATCH] 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 --- devstack/lib/ironic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 4418ef58f8..d11abdde7e 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -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