summaryrefslogtreecommitdiff
path: root/ironic/dhcp
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/dhcp
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/dhcp')
-rw-r--r--ironic/dhcp/neutron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py
index 1ca4226de..63fac876e 100644
--- a/ironic/dhcp/neutron.py
+++ b/ironic/dhcp/neutron.py
@@ -47,7 +47,7 @@ neutron_opts = [
default='keystone',
choices=['keystone', 'noauth'],
help=_('Default authentication strategy to use when connecting '
- 'to neutron. Can be either "keystone" or "noauth". '
+ 'to neutron. '
'Running neutron in noauth mode (related to but not '
'affected by this setting) is insecure and should only '
'be used for testing.')),