diff options
author | Stephen Finucane <stephenfin@redhat.com> | 2021-12-22 16:29:39 +0000 |
---|---|---|
committer | Stephen Finucane <stephenfin@redhat.com> | 2022-01-28 12:26:53 +0000 |
commit | 0396bba4ccfeed74e684da5355fcd17ce997218e (patch) | |
tree | 4d0750dc8d3c1413621b97ffc8abaae38cd46d77 /requirements.txt | |
parent | 125a8530ccd42dd1fd11cb883ac088acdd3af062 (diff) | |
download | nova-0396bba4ccfeed74e684da5355fcd17ce997218e.tar.gz |
requirements: Remove os-xenapi
We no longer have a Xen driver. This is an unnecessary dependency.
Change-Id: Ic298fa9ac4a8935ce4e0dc17d8842d399d4eb808
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a8bed744fb..46a611b1de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,6 @@ os-vif>=1.15.2 # Apache-2.0 os-win>=5.4.0 # Apache-2.0 castellan>=0.16.0 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0 -os-xenapi>=0.3.4 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 cursive>=0.2.1 # Apache-2.0 pypowervm>=1.1.15 # Apache-2.0 |