Switch to Keystone extra

Instead of manually installing keystonemiddleware, there is an
existing extra when installing which takes care of adding the
tested keystonemiddleware requirement.

Change-Id: I0ac3ae79e30db6d553035a90812d2c7600bfc606
This commit is contained in:
Mohammed Naser 2018-02-09 10:49:32 -05:00
parent 7b8e7f881f
commit 453ed1c24d
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ gnocchi_requires_pip_packages:
gnocchi_pip_packages:
- cryptography
- gnocchiclient
- "gnocchi[mysql,{{ gnocchi_storage_driver | default('file') }}]"
- keystonemiddleware
- "gnocchi[keystone,mysql,{{ gnocchi_storage_driver | default('file') }}]"
- python-memcached
# This variable is used by the repo_build process to determine