** 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/1215270
Title:
metadata namespace_proxy missing help information for options
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
When i use `neutron-ns-metadata-proxy --help`, some option doesn't
have help text. It is because in
neutron/agent/metadata/namespace_proxy.py:
opts = [
cfg.StrOpt('network_id'),
cfg.StrOpt('router_id'),
cfg.StrOpt('pid_file'),
cfg.BoolOpt('daemonize', default=True),
cfg.IntOpt('metadata_port',
default=9697,
help=_("TCP Port to listen for metadata server "
"requests.")),
]
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1215270/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp