Update patch set 1

Patch Set 1: Code-Review-1

sorry i was too quick to review. The ordering issue that happened before this patch no longer happens, but the neutron server is started before the ml2 config happens so it fails to start:

>2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 224, in _create_instance
2017-01-16 14:26:49.257 21500 ERROR neutron     cls._instance = cls()
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 137, in __init__
2017-01-16 14:26:49.257 21500 ERROR neutron     self._load_service_plugins()
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 197, in _load_service_plugins
2017-01-16 14:26:49.257 21500 ERROR neutron     provider)
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 160, in _get_plugin_instance
2017-01-16 14:26:49.257 21500 ERROR neutron     return plugin_class()
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/networking_odl/l3/l3_odl.py", line 67, in __init__
2017-01-16 14:26:49.257 21500 ERROR neutron     self.client = odl_client.OpenDaylightRestClient.create_client()
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/networking_odl/common/client.py", line 49, in create_client
2017-01-16 14:26:49.257 21500 ERROR neutron     cls._check_opt(url)
2017-01-16 14:26:49.257 21500 ERROR neutron   File "/usr/lib/python2.7/dist-packages/networking_odl/common/client.py", line 32, in _check_opt
2017-01-16 14:26:49.257 21500 ERROR neutron     raise cfg.RequiredOptError('url', cfg.OptGroup('ml2_odl'))
2017-01-16 14:26:49.257 21500 ERROR neutron RequiredOptError: value required for option url in group [ml2_odl]
2017-01-16 14:26:49.257 21500 ERROR neutron

Patch-set: 1
This commit is contained in:
Gerrit User 23116 2017-01-16 14:27:25 +00:00 committed by Gerrit Code Review
parent db95850803
commit 9525dc48c7

Diff Content Not Available