diff --git a/requirements.txt b/requirements.txt index c62b760cfe..ceeeadb8d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,6 @@ python-keystoneclient>=3.8.0 # Apache-2.0 # We use this for the Ansible openstack # modules. shade>=1.17.0 # Apache-2.0 + +# We use this for the json_query filter +jmespath>=0.9.3 # MIT