]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ValueError should use '%' instead of ','
authorYalei Wang <yalei.wang@intel.com>
Tue, 17 Jun 2014 02:56:46 +0000 (10:56 +0800)
committerYalei Wang <yalei.wang@intel.com>
Fri, 20 Jun 2014 02:42:55 +0000 (10:42 +0800)
commit61ac9c379f0acb43cd4bbcd9bd04cd9f53d315ca
tree99de2e28f03427320310901f5be5f053032a6d58
parent043f04c1595b061ece88f48430f7a4b82dac5f89
ValueError should use '%' instead of ','

The method _load_service_plugins() in /neutron/neutron/managers.py
 throw a ValueError using ',' to connect log and variables.
ValueError do not support using ',' to connect log and variables,
we should use '%' instead of ','

Change-Id: Ic9b3756ac2bc36ddc689a66c078e205e0674f513
Closes-Bug:#1264210
neutron/manager.py
neutron/tests/unit/test_neutron_manager.py