diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-03-08 07:13:36 +0200 |
---|---|---|
committer | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-08-09 09:22:40 +0000 |
commit | 4639f15e6db2f1480b41f6fbfd11d70312d4e421 (patch) | |
tree | 7ba5b8755513970c39d6f4f5123f59beb77a0a41 /requirements.txt | |
parent | b54cbc5dd2d32fcb27238680b4657ed384d021c5 (diff) |
Add maintenance test code
-Add sample admin_tool
-Add sample app_manager
-Modify sample inspector
JIRA: DOCTOR-106
Change-Id: I52cffecaa88452ce5e7cc6487534c88fcfd378ad
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4d2fffff..50ce80fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,8 @@ scp requests>=2.14.2 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 python-openstackclient>=3.12.0 # Apache-2.0 +oslo.messaging>=5.30.2 # Apache-2.0 +oslo.versionedobjects>=1.26.1 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 aodhclient>=0.9.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 |