← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264260] [NEW] NoSuchOptError in lbaas agent test

 

Public bug reported:

(py27)stack@ubuntu:/opt/stack/neutron$ python -m testtools.run neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService
Tests running...
2013-12-26 15:06:33,804    ERROR [neutron.common.legacy] Skipping unknown group key: firewall_driver
======================================================================
ERROR: neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService.test_start
----------------------------------------------------------------------
Empty attachments:
  pythonlogging:''

Traceback (most recent call last):
  File "neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent.py", line 39, in test_start
    agent_service.start()
  File "neutron/services/loadbalancer/drivers/haproxy/agent.py", line 45, in start
    cfg.CONF.periodic_interval,
  File "/opt/stack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py", line 1648, in __getattr__
    raise NoSuchOptError(name)
NoSuchOptError: no such option: periodic_interval

Ran 2 tests in 0.011s
FAILED (failures=1)

** Affects: neutron
     Importance: Undecided
     Assignee: Yuanchao Sun (ycs)
         Status: New


** Tags: lbaas

** Changed in: neutron
     Assignee: (unassigned) => Yuanchao Sun (ycs)

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

Title:
  NoSuchOptError in lbaas agent test

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  (py27)stack@ubuntu:/opt/stack/neutron$ python -m testtools.run neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService
  Tests running...
  2013-12-26 15:06:33,804    ERROR [neutron.common.legacy] Skipping unknown group key: firewall_driver
  ======================================================================
  ERROR: neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService.test_start
  ----------------------------------------------------------------------
  Empty attachments:
    pythonlogging:''

  Traceback (most recent call last):
    File "neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent.py", line 39, in test_start
      agent_service.start()
    File "neutron/services/loadbalancer/drivers/haproxy/agent.py", line 45, in start
      cfg.CONF.periodic_interval,
    File "/opt/stack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py", line 1648, in __getattr__
      raise NoSuchOptError(name)
  NoSuchOptError: no such option: periodic_interval

  Ran 2 tests in 0.011s
  FAILED (failures=1)

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


Follow ups

References