*** This bug is a duplicate of bug 1614799 ***
    https://bugs.launchpad.net/bugs/1614799

Reviewed:  https://review.openstack.org/357610
Committed: 
https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=34f0f98b4904c4e31899501dc9aaab0e87bf495e
Submitter: Jenkins
Branch:    master

commit 34f0f98b4904c4e31899501dc9aaab0e87bf495e
Author: YAMAMOTO Takashi <yamam...@midokura.com>
Date:   Fri Aug 19 14:23:11 2016 +0900

    Update disable_ssl_certificate_validation reference
    
    After the recent tempest change. [1]
    
    [1] I296f1080ce89f0cdceae1c476866b215393b2605
    
    Closes-Bug: #1614827
    Change-Id: Ifa4b22d6655a1814788c2299ac46b9f13db867be


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
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:
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to