]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Raise ConfigFilesNotFoundError if CONF.api_paste_config not found
authorArata Notsu <notsu@virtualtech.jp>
Mon, 7 Oct 2013 06:51:18 +0000 (15:51 +0900)
committerArata Notsu <notsu@virtualtech.jp>
Tue, 8 Oct 2013 08:39:34 +0000 (17:39 +0900)
commit2344443e36fc16a2ffd03db88d6f0440af674a45
treeb429ce0f1e5b9f0f6b2ee8b6f5a28231c6d4b9d0
parent2a83e5c4a979232b9c62b4c38c25c31c1b27ab6e
Raise ConfigFilesNotFoundError if CONF.api_paste_config not found

Otherwise it shows an incomprehensible message
"'NoneType' object has no attribute 'startswith'."

Change-Id: I5d87c4ceac69b26730d63727a2ec3701ccc9cecb
Closes-bug: 1236182
neutron/common/config.py
neutron/tests/unit/test_config.py