summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorAbhishek Kekane <abhishek.kekane@nttdata.com>2016-11-03 17:23:41 +0530
committerAbhishek Kekane <abhishek.kekane@nttdata.com>2016-11-08 11:33:09 +0530
commitc2898998a7c28e4c6cff2f21acb4846638a810fb (patch)
tree5b6f53e32087b42ab80e166b1b048029df2075d2 /.coveragerc
parent9e1d4a4f22099219e73c49671a991495d6eae745 (diff)
downloadpython-glanceclient-c2898998a7c28e4c6cff2f21acb4846638a810fb.tar.gz
Move old oslo-incubator code out of openstack/common
As part of the first community-wide goal, teams were asked to remove the openstack/common package of their projects if one existed. This was a byproduct of the old oslo-incubator form of syncing common functionality. Package openstack/common/apiclient is moved to glanceclient/v1 package as it is used by v1 api only. NOTE: Removed glanceclient/common/base.py as it is deprecated and not used anywhere. Closes-Bug: #1639487 Change-Id: Ib3ac09743ce761ab0186e99e1c9de02517f89510
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 092ee58..457eb50 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,7 +1,6 @@
[run]
branch = True
source = glanceclient
-omit = glanceclient/openstack/*
[report]
ignore_errors = True