diff options
author | kaz_shinohara <ksnhr.tech@gmail.com> | 2018-07-09 11:46:47 +0900 |
---|---|---|
committer | kaz_shinohara <ksnhr.tech@gmail.com> | 2018-07-12 11:43:45 +0900 |
commit | 64a60dd040c2f9985104143153add69a21a2c0fd (patch) | |
tree | c04057fe9e199c7ece5450309308fdd957fde049 /requirements.txt | |
parent | ab55acf43bd6124c0e92dff0216329a9a4dd1ace (diff) | |
download | heat-64a60dd040c2f9985104143153add69a21a2c0fd.tar.gz |
Add Blazar client plugin to Heat
Add a Blazar client plugin which will be used by a couple of Balazar
resources under development.
Change-Id: I0f68fc0525db3ba299d77019a102f24b9d3cea87
Task: 19754
Story: 2002085
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 858a9cfd4..bfb3cbb79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,7 @@ oslo.versionedobjects>=1.31.2 # Apache-2.0 PasteDeploy>=1.5.0 # MIT aodhclient>=0.9.0 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0 +python-blazarclient>=1.0.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 python-cinderclient>=3.3.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 |