diff options
author | Dmitry Tantsur <dtantsur@redhat.com> | 2015-06-18 17:25:35 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@redhat.com> | 2015-06-19 15:24:26 +0200 |
commit | 6c08d283bbafaf40fa97505936f1ce7fb113867c (patch) | |
tree | 925e2c46c3cb6402ace3eb26906f3c9a37ed69d9 /driver-requirements.txt | |
parent | 13bcebcaf390697d04a69855d8e50013d0312e1d (diff) | |
download | ironic-6c08d283bbafaf40fa97505936f1ce7fb113867c.tar.gz |
Finish switch to inspector and inspector-client
This change is a bit ahead of time, as inspector was not released yet,
but we have chicken-and-egg problem with fixing inspector devstack here.
Change-Id: Iddb5377450806ad768582a705e1c4274079b002f
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 5cca29cad..5064e884e 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -4,10 +4,10 @@ # python projects they should package as optional dependencies for Ironic. # These are available on pypi -ironic-discoverd>=1.0.0 proliantutils>=2.1.0 pyghmi pysnmp +python-ironic-inspector-client python-scciclient python-seamicroclient>=0.4.0 UcsSdk==0.8.1.9 |