From: Yong Sheng Gong Date: Sun, 7 Jul 2013 12:12:17 +0000 (+0800) Subject: fix some missing change from quantum to neutron X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ceccf496f2ef7f23a8315b0703da4b6016cc1de4;p=openstack-build%2Fneutron-build.git fix some missing change from quantum to neutron Change-Id: Iadad11f364e8200f8e4a92b191e834bdf0220179 bp: remove-use-of-quantum --- diff --git a/.coveragerc b/.coveragerc index 559db2a4d..5b10a1115 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = quantum -omit = quantum/tests/*,quantum/plugins/cisco/tests/*,quantum/openstack/* +source = neutron +omit = neutron/tests/*,neutron/plugins/cisco/test/*,neutron/openstack/* [report] ignore-errors = True