]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enforce required config params for ODL driver
authorKevin Benton <blak111@gmail.com>
Sun, 6 Apr 2014 11:29:07 +0000 (04:29 -0700)
committerGerrit Code Review <review@openstack.org>
Tue, 8 Apr 2014 06:41:31 +0000 (06:41 +0000)
commit2da351af7d2a10a3055020d572d357c56ba2689b
treecd10b3cb21afd6a1402849f78ec8f1c8656da07a
parent884478eebc112b221ec2578f2d85124284d1b45b
Enforce required config params for ODL driver

Raise a config error during initialization if
there is no URL, username, or password specified
in the config for the OpenDayLight ML2 driver.

Closes-Bug: #1301432
Change-Id: I65fc94d3eaaade3d1402d1c82d2c1edfa7133d5a
neutron/plugins/ml2/drivers/mechanism_odl.py
neutron/tests/unit/ml2/test_mechanism_odl.py