diff --git a/requirements.txt b/requirements.txt
index ceeeadb8d1..0787567de2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,6 +15,12 @@ virtualenv>=14.0.6 # MIT
 # longer use our own keystone module.
 python-keystoneclient>=3.8.0  # Apache-2.0
 
+# We use this for the octavia role to be able
+# to upload a tagged image.
+# Remove this once Ansible can do this with
+# modules instead.
+python-openstackclient>=3.14.2
+
 # We use this for the Ansible openstack
 # modules.
 shade>=1.17.0 # Apache-2.0