diff options
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index f8c888a82..8644154cf 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -4,6 +4,7 @@ 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 @@ -12,3 +13,4 @@ robotframework==2.9.1 robotframework-requests==0.3.8 robotframework-sshlibrary==2.1.1 configObj==5.0.6 +Flask==0.10.1 |