summaryrefslogtreecommitdiff
path: root/ironic/dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/dhcp')
-rw-r--r--ironic/dhcp/neutron.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py
index 60499dabf..1ca4226de 100644
--- a/ironic/dhcp/neutron.py
+++ b/ironic/dhcp/neutron.py
@@ -52,9 +52,8 @@ neutron_opts = [
'affected by this setting) is insecure and should only '
'be used for testing.')),
cfg.StrOpt('cleaning_network_uuid',
- help=_('UUID of the network to create Neutron ports on when '
- 'booting to a ramdisk for cleaning/zapping using '
- 'Neutron DHCP'))
+ help=_('UUID of the network to create Neutron ports on, when '
+ 'booting to a ramdisk for cleaning using Neutron DHCP.'))
]
CONF = cfg.CONF