Fix os_glance role functional testing

Without this change the role is failing functional tests with an
"ImportError: No module named yaml" which leads to a Broken Pipe
error as seen in change-set 1.

Change-Id: I359556db6fa3e9f75dae609966efe59f4794379a
This commit is contained in:
Steve Lewis 2016-09-13 15:06:45 -07:00
parent 66e8dc3b6e
commit 7ee073db49
2 changed files with 2 additions and 0 deletions

View File

@ -53,3 +53,4 @@ for tox_env in $(awk -F= '/envlist/ {print $2}' tox.ini | sed 's/,/ /g'); do
fi
fi
done

View File

@ -22,6 +22,7 @@
- python-glanceclient
- python-keystoneclient
- httplib2
- pyyaml
- name: Check the glance-api
uri: