yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #05542
[Bug 1157511] Re: Brocade plugin options have no help text
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1157511
Title:
Brocade plugin options have no help text
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In the Brocade Quantum Plugin
(quantum/plugins/brocade/QuantumPlugin.py), options are registered
without help text:
64 SWITCH_OPTS = [cfg.StrOpt('address', default=''),
65 cfg.StrOpt('username', default=''),
66 cfg.StrOpt('password', default='', secret=True),
67 cfg.StrOpt('ostype', default='NOS')
68 ]
69
70 PHYSICAL_INTERFACE_OPTS = [cfg.StrOpt('physical_interface', default='eth0')
71 ]
72
73 cfg.CONF.register_opts(SWITCH_OPTS, "SWITCH")
74 cfg.CONF.register_opts(PHYSICAL_INTERFACE_OPTS, "PHYSICAL_INTERFACE")
75 cfg.CONF.register_opts(scheduler.AGENTS_SCHEDULER_OPTS)
I'm not familiar with the expectations of quantum development, but I'd
suspect that having help text for every option would be good practice
...
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1157511/+subscriptions