You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Andrey Zhuchkov (JIRA)" <ji...@apache.org> on 2011/06/16 08:58:47 UTC

[dev] [jira] [Created] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

OpenStack driver should not inherit all behaviour from Rackspace one
--------------------------------------------------------------------

                 Key: LIBCLOUD-92
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.5.0
         Environment: OpenStack
            Reporter: Andrey Zhuchkov
             Fix For: 0.5.1


For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.

I have fixed it and opened pull request on GitHub: 
https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Commented] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Andrey Zhuchkov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055407#comment-13055407 ] 

Andrey Zhuchkov commented on LIBCLOUD-92:
-----------------------------------------

The cause of it is someone adds new commits after I opened that pull request. It makes me do rebase on upstream again.

Fixed.


> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Updated] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Andrey Zhuchkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Zhuchkov updated LIBCLOUD-92:
------------------------------------

    Attachment: openstack-fixes.patch

has attached the patch

> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>         Attachments: openstack-fixes.patch
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Commented] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055105#comment-13055105 ] 

Tomaz Muraus commented on LIBCLOUD-92:
--------------------------------------

Hello,

can you please attach a patch and / or fix the pull request?

Currently the pull requests contains all the commits to Libcloud - you probably set up a wrong base revision?

> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Closed] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus closed LIBCLOUD-92.
--------------------------------


> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>         Attachments: openstack-fixes.patch
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Resolved] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-92.
----------------------------------

    Resolution: Fixed

I have made some style fixes to your patch and merged it into trunk.

Thanks.

> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>         Attachments: openstack-fixes.patch
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[dev] [jira] [Updated] (LIBCLOUD-92) OpenStack driver should not inherit all behaviour from Rackspace one

Posted by "Tomaz Muraus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus updated LIBCLOUD-92:
---------------------------------

    Fix Version/s:     (was: 0.5.1)
                   0.5.2

> OpenStack driver should not inherit all behaviour from Rackspace one
> --------------------------------------------------------------------
>
>                 Key: LIBCLOUD-92
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-92
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: OpenStack
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.2
>
>
> For now OpenStack driver simply inherits all the behavior from the Rackspace one. And I have faced with two problems:
> 1. OpenStack driver uses Rackspace pricing - it is unsuitable and causes errors.
> 2. Sometimes OpenStack cloud returns plain-text response instead of valid XML and it causes parsing errors.
> I have fixed it and opened pull request on GitHub: 
> https://github.com/apache/libcloud/pull/16

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira