diff options
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index 03036a828..8644154cf 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -4,10 +4,13 @@ python-neutronclient==2.6.0 python-novaclient==2.28.1 python-glanceclient==1.1.0 python-cinderclient==1.4.0 +python-ceilometerclient==1.5.1 python-keystoneclient==1.6.0 virtualenv==1.11.4 pexpect==4.0 requests==2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 -robotframework-sshlibrary==2.1.1
\ No newline at end of file +robotframework-sshlibrary==2.1.1 +configObj==5.0.6 +Flask==0.10.1 |