Tests broke after upgrade to oslo.config 3.8
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Critical
|
Stan Lagun | ||
Liberty |
Fix Released
|
Critical
|
Stan Lagun | ||
Mitaka |
Fix Released
|
Critical
|
Stan Lagun |
Bug Description
After oslo.config was upgradet to version 3.8.0 some of CI tests fail with the following traceback:
Traceback (most recent call last):
2016-02-23 00:44:26.635 | File "/home/
2016-02-23 00:44:26.635 | result = req.get_
2016-02-23 00:44:26.635 | File "/home/
2016-02-23 00:44:26.635 | application, catch_exc_
2016-02-23 00:44:26.635 | File "/home/
2016-02-23 00:44:26.635 | app_iter = application(
2016-02-23 00:44:26.635 | File "/home/
2016-02-23 00:44:26.635 | return resp(environ, start_response)
2016-02-23 00:44:26.635 | File "/home/
2016-02-23 00:44:26.636 | response = self.app(environ, start_response)
2016-02-23 00:44:26.636 | File "/home/
2016-02-23 00:44:26.636 | return resp(environ, start_response)
2016-02-23 00:44:26.636 | File "/home/
2016-02-23 00:44:26.636 | resp = self.call_func(req, *args, **self.kwargs)
2016-02-23 00:44:26.636 | File "/home/
2016-02-23 00:44:26.636 | return self.func(req, *args, **kwargs)
2016-02-23 00:44:26.636 | File "murano/
2016-02-23 00:44:26.636 | action_result = self.execute_
2016-02-23 00:44:26.636 | File "murano/
2016-02-23 00:44:26.636 | return self.dispatch(
2016-02-23 00:44:26.636 | File "murano/
2016-02-23 00:44:26.637 | return method(*args, **kwargs)
2016-02-23 00:44:26.637 | File "murano/
2016-02-23 00:44:26.637 | result = func(*args, **kwargs)
2016-02-23 00:44:26.637 | File "murano/
2016-02-23 00:44:26.637 | body.copy(), request.context)
2016-02-23 00:44:26.637 | File "murano/
2016-02-23 00:44:26.637 | network_driver)
2016-02-23 00:44:26.637 | File "murano/
2016-02-23 00:44:26.637 | CONF.networking
2016-02-23 00:44:26.637 | File "/home/
2016-02-23 00:44:26.637 | if self._namespace
2016-02-23 00:44:26.638 | AttributeError: 'NoneType' object has no attribute '_config_dirs'
no longer affects: | murano/kilo |
Fix for the master (Mitaka): https:/ /review. openstack. org/283273