You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/31 18:48:52 UTC

[jira] [Commented] (LIBCLOUD-683) Openstack Node driver does not return all relevant fields from Rackspace cloud

    [ https://issues.apache.org/jira/browse/LIBCLOUD-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388818#comment-14388818 ] 

ASF GitHub Bot commented on LIBCLOUD-683:
-----------------------------------------

GitHub user jimbobhickville opened a pull request:

    https://github.com/apache/libcloud/pull/489

    [LIBCLOUD-683] add optional extra fields to Openstack Node responses

    Several fields utilized by Rackspace Public Cloud were
    not being returned.  A few of them are from Openstack
    core, and some are from extensions used by Rackspace.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jimbobhickville/libcloud 683_add-node-data

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/489.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #489
    
----
commit 3244fbc47cb75b2dcadc7e35317000b1845fbf1a
Author: Greg Hill <gr...@rackspace.com>
Date:   2015-03-31T16:45:38Z

    [LIBCLOUD-683] add optional extra fields to Openstack Node responses
    
    Several fields utilized by Rackspace Public Cloud were
    not being returned.  A few of them are from Openstack
    core, and some are from extensions used by Rackspace.

----


> Openstack Node driver does not return all relevant fields from Rackspace cloud
> ------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-683
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-683
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Greg Hill
>
> These relevant fields from the Rackspace cloud are not returned by the Node objects in the Openstack 1.1 libcloud compute driver:
> OS-EXT-STS:task_state
> OS-EXT-STS:vm_state
> OS-EXT-STS:power_state
> progress
> user_id
> accessIPv6
> I propose they should be returned in the 'extra' section for that driver.  I'll be submitting a Pull Request to address this later today.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)