← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1614827] [NEW] "NoSuchOptError: no such option disable_ssl_certificate_validation in group [identity]" in vpnaas tempest plugin

 

Public bug reported:

vpnaas tempest plugin is broken after
I296f1080ce89f0cdceae1c476866b215393b2605

eg.
http://logs.openstack.org/52/357552/1/check/gate-tempest-dsvm-networking-midonet-v2/c7b538f/console.html

2016-08-19 01:20:14.212494 | Failed to import test module: neutron_vpnaas.tests.tempest.api.test_vpnaas
2016-08-19 01:20:14.212517 | Traceback (most recent call last):
2016-08-19 01:20:14.212555 |   File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in _find_test_path
2016-08-19 01:20:14.212578 |     module = self._get_module_from_name(name)
2016-08-19 01:20:14.212615 |   File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name
2016-08-19 01:20:14.212631 |     __import__(name)
2016-08-19 01:20:14.212685 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/test_vpnaas.py", line 24, in <module>
2016-08-19 01:20:14.212715 |     from neutron_vpnaas.tests.tempest.api import base
2016-08-19 01:20:14.212757 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/base.py", line 24, in <module>
2016-08-19 01:20:14.212783 |     from neutron_vpnaas.tests.tempest.api import clients
2016-08-19 01:20:14.212821 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/clients.py", line 63, in <module>
2016-08-19 01:20:14.212841 |     class Manager(manager.Manager):
2016-08-19 01:20:14.212878 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/clients.py", line 71, in Manager
2016-08-19 01:20:14.212902 |     CONF.identity.disable_ssl_certificate_validation,
2016-08-19 01:20:14.212945 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 3057, in __getattr__
2016-08-19 01:20:14.212968 |     return self._conf._get(name, self._group)
2016-08-19 01:20:14.213009 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2668, in _get
2016-08-19 01:20:14.213032 |     value = self._do_get(name, group, namespace)
2016-08-19 01:20:14.213074 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2685, in _do_get
2016-08-19 01:20:14.213095 |     info = self._get_opt_info(name, group)
2016-08-19 01:20:14.213139 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2824, in _get_opt_info
2016-08-19 01:20:14.213161 |     raise NoSuchOptError(opt_name, group)
2016-08-19 01:20:14.213193 | NoSuchOptError: no such option disable_ssl_certificate_validation in group [identity]

** Affects: neutron
     Importance: Undecided
     Assignee: YAMAMOTO Takashi (yamamoto)
         Status: In Progress


** Tags: gate-failure vpnaas

** Tags added: gate-failure vpnaas

** Changed in: neutron
     Assignee: (unassigned) => YAMAMOTO Takashi (yamamoto)

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

Title:
  "NoSuchOptError: no such option disable_ssl_certificate_validation in
  group [identity]" in vpnaas tempest plugin

Status in neutron:
  In Progress

Bug description:
  vpnaas tempest plugin is broken after
  I296f1080ce89f0cdceae1c476866b215393b2605

  eg.
  http://logs.openstack.org/52/357552/1/check/gate-tempest-dsvm-networking-midonet-v2/c7b538f/console.html

  2016-08-19 01:20:14.212494 | Failed to import test module: neutron_vpnaas.tests.tempest.api.test_vpnaas
  2016-08-19 01:20:14.212517 | Traceback (most recent call last):
  2016-08-19 01:20:14.212555 |   File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in _find_test_path
  2016-08-19 01:20:14.212578 |     module = self._get_module_from_name(name)
  2016-08-19 01:20:14.212615 |   File "/usr/local/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name
  2016-08-19 01:20:14.212631 |     __import__(name)
  2016-08-19 01:20:14.212685 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/test_vpnaas.py", line 24, in <module>
  2016-08-19 01:20:14.212715 |     from neutron_vpnaas.tests.tempest.api import base
  2016-08-19 01:20:14.212757 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/base.py", line 24, in <module>
  2016-08-19 01:20:14.212783 |     from neutron_vpnaas.tests.tempest.api import clients
  2016-08-19 01:20:14.212821 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/clients.py", line 63, in <module>
  2016-08-19 01:20:14.212841 |     class Manager(manager.Manager):
  2016-08-19 01:20:14.212878 |   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/tests/tempest/api/clients.py", line 71, in Manager
  2016-08-19 01:20:14.212902 |     CONF.identity.disable_ssl_certificate_validation,
  2016-08-19 01:20:14.212945 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 3057, in __getattr__
  2016-08-19 01:20:14.212968 |     return self._conf._get(name, self._group)
  2016-08-19 01:20:14.213009 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2668, in _get
  2016-08-19 01:20:14.213032 |     value = self._do_get(name, group, namespace)
  2016-08-19 01:20:14.213074 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2685, in _do_get
  2016-08-19 01:20:14.213095 |     info = self._get_opt_info(name, group)
  2016-08-19 01:20:14.213139 |   File "/opt/stack/new/tempest/.tox/all-plugin/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2824, in _get_opt_info
  2016-08-19 01:20:14.213161 |     raise NoSuchOptError(opt_name, group)
  2016-08-19 01:20:14.213193 | NoSuchOptError: no such option disable_ssl_certificate_validation in group [identity]

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


Follow ups