← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1259431] [NEW] plugin variable name should be agent

 

Public bug reported:

    plugin = LinuxBridgeNeutronAgentRPC(interface_mappings,    ------> agent = 
                                        polling_interval,
                                        root_helper)
    LOG.info(_("Agent initialized successfully, now running... "))
    plugin.daemon_loop()    -----> agent.daemon_loop()

** Affects: neutron
     Importance: Low
     Assignee: yong sheng gong (gongysh)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => yong sheng gong (gongysh)

** Changed in: neutron
   Importance: Undecided => Low

** Changed in: neutron
    Milestone: None => icehouse-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1259431

Title:
  plugin variable name should be agent

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
      plugin = LinuxBridgeNeutronAgentRPC(interface_mappings,    ------> agent = 
                                          polling_interval,
                                          root_helper)
      LOG.info(_("Agent initialized successfully, now running... "))
      plugin.daemon_loop()    -----> agent.daemon_loop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1259431/+subscriptions


Follow ups

References