Skip to content

Commit

Permalink
Remove broken package "pywbem"
Browse files Browse the repository at this point in the history
This pacakge is causing system breakage due to a new version being
released that is otherwise incompatible with requirements as found
within OpenStack. After reviewing the package usage and the reason
it's been included but the only thing I could find that actually
uses this resource was cinder and only when using the EMC VMAX
driver: http://paste.openstack.org/show/491185/ -- being that this
package is not even listed in global requirements and is not in
support of anything we could say is a common backend within Cinder
that we know we're currently supporting I am of the opinion that
this package should be removed.

Depends-On: I152fa0130e64ad5756b413ed8f9714d28e75d0bb
Depends-On: I6c7ad22df1c788ff05bec00cfea8f3d8fa47b679
Change-Id: I7b8cf72032433deaa5db0647eacc075dd597c566
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
  • Loading branch information
cloudnull authored and Jesse Pretorius committed Mar 21, 2016
1 parent c4e35cc commit 4e89921
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion global-requirement-pins.txt
@@ -1,3 +1,2 @@
# This file was created to set pins that are needed but should not be
# installed as base requirements
pywbem<0.8.0
1 change: 0 additions & 1 deletion playbooks/roles/os_cinder/defaults/main.yml
Expand Up @@ -247,7 +247,6 @@ cinder_pip_packages:
- pycrypto
- python-cinderclient
- python-keystoneclient
- pywbem

# Service Names
cinder_service_names:
Expand Down
1 change: 0 additions & 1 deletion playbooks/roles/os_swift/defaults/main.yml
Expand Up @@ -201,7 +201,6 @@ swift_pip_packages:
- python-keystoneclient
- python-memcached
- python-swiftclient
- pywbem
- swift

swift_apt_packages:
Expand Down

0 comments on commit 4e89921

Please sign in to comment.