You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Manganeez <re...@reply.github.com> on 2011/09/06 19:36:09 UTC

[dev] [libcloud] Fix inheritance inversion (#20)

In the current state of the computer drivers, the exists an inverted inheritance in that OpenStack inherits from Rackspace, where Rackspace (and potentially other specific OpenStack providers) should rather inherit from OpenStack. This inversion complicated several things: 

* Support for multiple OpenStack providers. 
* Support for multiiple OpenStack API versions in general. 
* Separately, future migration of the Rackspace driver to a new OpenStack version (e.g. migrating Rackspace to OpenStack 1.1 would migrate all OpenStack subclasses to 1.1).

Upstream issue: https://issues.apache.org/jira/browse/LIBCLOUD-110

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/libcloud/pull/20