summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2015-06-24 00:20:45 -0700
committerZhiQiang Fan <aji.zqfan@gmail.com>2015-06-24 00:26:00 -0700
commitc2446a7c607428e1e17d607f1ccd119d38354870 (patch)
treebc0e4dbb41cc4c8b03a5ea56e775b4608a3d59dd /tox.ini
parent1ffc1c4664656bc9637c3928a7254755648f215b (diff)
downloadceilometer-c2446a7c607428e1e17d607f1ccd119d38354870.tar.gz
add oslo.service options
patch https://review.openstack.org/#/c/194772 try to add oslo.service options but oslo.service has defined its options into three modules, so the right definition should be oslo.service.service which contains eventlet back door option. Change-Id: I1b3efe9a2e93f8548ab0d52ca10b2acf0f07d511 ref: https://github.com/openstack/oslo.service/blob/0.1.0/setup.cfg#L33
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 61879bbf..b50bc829 100644
--- a/tox.ini
+++ b/tox.ini
@@ -123,7 +123,7 @@ commands =
--namespace oslo.log \
--namespace oslo.messaging \
--namespace oslo.policy \
- --namespace oslo.service \
+ --namespace oslo.service.service \
--namespace keystonemiddleware.auth_token
[testenv:docs]