From: Yalei Wang Date: Sat, 11 Oct 2014 17:03:20 +0000 (+0800) Subject: update the relative path of api_extensions_path X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b1ca067cda3556ad2c40dce07a072f2a1044fcc1;p=openstack-build%2Fneutron-build.git update the relative path of api_extensions_path the previous path 'unit/extensions' could not be found correctly. Change-Id: Ic8e658e651e99e57d19f6c3390db89650600decd Closes-Bug: 1379711 --- diff --git a/neutron/tests/etc/neutron.conf.test b/neutron/tests/etc/neutron.conf.test index 45fcf2941..c636bd272 100644 --- a/neutron/tests/etc/neutron.conf.test +++ b/neutron/tests/etc/neutron.conf.test @@ -12,7 +12,7 @@ bind_host = 0.0.0.0 bind_port = 9696 # Path to the extensions -api_extensions_path = unit/extensions +api_extensions_path = neutron/tests/unit/extensions # Paste configuration file api_paste_config = api-paste.ini.test