[dev] [jira] [Created] (LIBCLOUD-110) The class inheritance between the OpenStack and Rackspace drivers is inverted.

2011-09-06 Thread Mike Nerone (JIRA)
The class inheritance between the OpenStack and Rackspace drivers is inverted. -- Key: LIBCLOUD-110 URL: https://issues.apache.org/jira/browse/LIBCLOUD-110 Project: Libcloud

[dev] [jira] [Commented] (LIBCLOUD-110) The class inheritance between the OpenStack and Rackspace drivers is inverted.

2011-09-06 Thread Mike Nerone (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098189#comment-13098189 ] Mike Nerone commented on LIBCLOUD-110: -- I've implemented changes to correct this in

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

2011-09-06 Thread Manganeez
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 multip

[dev] [jira] [Commented] (LIBCLOUD-110) The class inheritance between the OpenStack and Rackspace drivers is inverted.

2011-09-06 Thread Mike Nerone (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098536#comment-13098536 ] Mike Nerone commented on LIBCLOUD-110: -- Just noting here that I added some commits