metadata namespace_proxy missing help information for options

Bug #1215270 reported by ZhiQiang Fan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Wishlist
Brandon Logan

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.")),
    ]

ZhiQiang Fan (aji-zqfan)
Changed in neutron:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
ZhiQiang Fan (aji-zqfan)
Changed in neutron:
assignee: ZhiQiang Fan (aji-zqfan) → nobody
tags: added: l3-ipam-dhcp low-hanging-fruit
removed: meta
Changed in neutron:
importance: Undecided → Wishlist
status: New → Triaged
Changed in neutron:
assignee: nobody → Brandon Logan (brandon-logan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/80816

Changed in neutron:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/80816
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=884b08e1b20a2f80fb6eba6f0c7405979b914817
Submitter: Jenkins
Branch: master

commit 884b08e1b20a2f80fb6eba6f0c7405979b914817
Author: Brandon Logan <email address hidden>
Date: Sat Mar 15 22:32:13 2014 -0500

    Added config value help text in ns metadata proxy

    Change-Id: I9d59e902cf9ed89e29d93b29912c87f2bad73c7c
    Closes-Bug: #1215270

Changed in neutron:
status: In Progress → Fix Committed
Akihiro Motoki (amotoki)
Changed in neutron:
milestone: none → icehouse-rc1
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: icehouse-rc1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.