]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix bug lp:1025526,update iniparser.py to accept empty value.
authorYaguang Tang <heut2008@gmail.com>
Tue, 17 Jul 2012 05:23:00 +0000 (13:23 +0800)
committerYaguang Tang <heut2008@gmail.com>
Thu, 19 Jul 2012 10:46:19 +0000 (18:46 +0800)
commit5fcf6ccd952f74d77f6735831c778d33dfcd6136
tree5eafe89f0d54ea6fe2e2ab271f8c929959633398
parentb7501f2be1f423755b1fef56d9e79561215ff673
fix bug lp:1025526,update iniparser.py to accept  empty value.

also,this patch turn off pep8 E125 check,this for now seems to
be unnecessary,it check continuous line split.and update the
latest openstack-common https://review.openstack.org/#/c/9201
which has fix pep8 1.3 issue except for E125 check.

Change-Id: I86e6a3add56a0a2941031a1248f1696667ac56b8
quantum/openstack/common/iniparser.py
quantum/openstack/common/log.py
quantum/openstack/common/notifier/api.py
quantum/openstack/common/notifier/list_notifier.py
quantum/openstack/common/notifier/log_notifier.py
quantum/openstack/common/notifier/rabbit_notifier.py
quantum/openstack/common/rpc/impl_zmq.py
quantum/tests/unit/test_api_v2.py
quantum/tests/unit/test_db_plugin.py
run_tests.sh
tox.ini