Add the extra parameter in the tooz dependency

The ceilometer requirement is tooz[zake] and not only tooz:

https://github.com/openstack/ceilometer/blob/master/requirements.txt#L36

if zake is not specified, it does not get installed and the dependency gets lost

Change-Id: Ie80704a1ed6750adb39d6a6fa5a61a0ccd7b4ebd
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2018-09-17 17:29:00 +02:00
parent b40391593e
commit 0e351a7d4f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ ceilometer_pip_packages:
- python-ceilometerclient
- python-memcached
- systemd-python
- tooz
- tooz[zake]
- warlock
- kazoo
- redis