Drop explicit description about default values
oslo.config automatically reads the default values and adds these to
the generated config files.
Change-Id: I01130c9f81541d19fd60bbe9b9406584eeb18cc8
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py
index 880d3a6..1f5c34c 100644
--- a/neutron_tempest_plugin/config.py
+++ b/neutron_tempest_plugin/config.py
@@ -144,14 +144,12 @@
# while testing in parallel.
cfg.BoolOpt('create_shared_resources',
default=False,
- help='Allow creation of shared resources.'
- 'The default value is false.'),
+ help='Allow creation of shared resources.'),
cfg.BoolOpt('is_igmp_snooping_enabled',
default=False,
help='Indicates whether IGMP snooping is enabled or not. '
'If True, multicast test(s) will assert that multicast '
- 'traffic is not being flooded to all ports. Defaults '
- 'to False.'),
+ 'traffic is not being flooded to all ports.'),
# Option for scheduling BGP speakers to agents explicitly
# The default is false with automatic scheduling on creation
# happening with the default scheduler