summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/irmc/boot.py
diff options
context:
space:
mode:
authorLin Tan <lin.tan@intel.com>2015-12-22 15:02:14 +0800
committerLin Tan <lin.tan@intel.com>2016-03-04 09:53:38 +0800
commit6babbee68219d751c23189f981487b5d611af50d (patch)
tree5e87bd1ffeac36c48a7571a28fcc1a65eb34b0f4 /ironic/drivers/modules/irmc/boot.py
parentc4a24947ef6397596920e84f50e5b1efc2288a5f (diff)
downloadironic-6babbee68219d751c23189f981487b5d611af50d.tar.gz
Remove duplicate doc in ironic.conf.sample
In the configuration sample file, the possible choices for some configuration options is described twice. Once via `# Possible values:` and the other as part of the help description. This will remove the duplication in the help. Change-Id: Ifaba17ea9029aa99db3ddffa9b7750c05b47460c
Diffstat (limited to 'ironic/drivers/modules/irmc/boot.py')
-rw-r--r--ironic/drivers/modules/irmc/boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/modules/irmc/boot.py b/ironic/drivers/modules/irmc/boot.py
index 04f0de48c..e09e60db1 100644
--- a/ironic/drivers/modules/irmc/boot.py
+++ b/ironic/drivers/modules/irmc/boot.py
@@ -59,7 +59,7 @@ opts = [
default='CIFS',
choices=['CIFS', 'NFS'],
ignore_case=True,
- help=_('Share type of virtual media, either "NFS" or "CIFS"')),
+ help=_('Share type of virtual media')),
cfg.StrOpt('remote_image_share_name',
default='share',
help=_('share name of remote_image_server')),