]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
update the relative path of api_extensions_path
authorYalei Wang <yalei.wang@intel.com>
Sat, 11 Oct 2014 17:03:20 +0000 (01:03 +0800)
committeryalie <yalei.wang@intel.com>
Sat, 11 Oct 2014 17:08:49 +0000 (01:08 +0800)
the previous path 'unit/extensions' could not be found correctly.

Change-Id: Ic8e658e651e99e57d19f6c3390db89650600decd
Closes-Bug: 1379711

neutron/tests/etc/neutron.conf.test

index 45fcf29411e3cd09692e82a116a4c9cb69ee266d..c636bd2721d22a76d20534e6e1c259c9ef23d713 100644 (file)
@@ -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