config shortcut config.AGENT in NEC plugin has typo

Bug #1183576 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
High
Akihiro Motoki

Bug Description

In commit b8b2c4ebec7f8687215b5fd17a6f0fde84aee043, config shortcut 'AGENT' in plugin/nec/common/config.py is renamed to 'aGENT' unintentionally.
NEC plugin agent cannot run.

+++ b/quantum/plugins/nec/common/config.py
@@ -60,6 +60,6 @@ cfg.CONF.register_opts(scheduler.AGENTS_SCHEDULER_OPTS)

 # shortcuts
 CONF = cfg.CONF
-OVS = cfg.CONF.OVS
-AGENT = cfg.CONF.AGENT <----------
+OVS = cfg.CONF.ovs
+aGENT = cfg.CONF.AGENT <----------
 OFC = cfg.CONF.OFC

Tags: nec
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

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

Changed in quantum:
assignee: nobody → Akihiro Motoki (amotoki)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/30348
Committed: http://github.com/openstack/quantum/commit/f0e38f4c754f049a05fa9ffa5204524701ed21f6
Submitter: Jenkins
Branch: master

commit f0e38f4c754f049a05fa9ffa5204524701ed21f6
Author: Akihiro MOTOKI <email address hidden>
Date: Fri May 24 06:23:45 2013 +0900

    Fix typo in option group shortcut 'aGENT' in NEC plugin

    Also adds a test to check if option group shortcuts work.

    Fix bug #1183576

    Change-Id: Ib2843f2b2b4e35964fb4bb5280fda8f5c9e2ba0c

Changed in quantum:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: havana-1 → 2013.2
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.