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/07/31 22:32:04 UTC

[jira] [Commented] (LIBCLOUD-730) add 'fault' to node.extra in openstack node driver

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

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

GitHub user nickfox25 opened a pull request:

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

    [LIBCLOUD-730]Add instance fault to OpenStack_NodeDriver

    `InstanceFault` is returned by the API but is not saved in the `OpenStack_1_1_NodeDriver.extra` field. Adding `fault` to the `extra` field.
    [LIBCLOUD-730](https://issues.apache.org/jira/browse/LIBCLOUD-730)

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

    $ git pull https://github.com/nickfox25/libcloud add_nodedriver_fault

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

    https://github.com/apache/libcloud/pull/557.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 #557
    
----
commit 9cb0148e523f63458dfd6d662eb88703ca3dd2aa
Author: Nick Fox <ni...@rackspace.com>
Date:   2015-07-31T20:17:13Z

    Add instance fault to OpenStack_NodeDriver
    
    `InstanceFault` is returned by the API but is not saved in the `OpenStack_1_1_NodeDriver.extra` field. Adding `fault` to the `extra` field.
    (https://issues.apache.org/jira/browse/LIBCLOUD-730)

----


> add 'fault' to node.extra in openstack node driver
> --------------------------------------------------
>
>                 Key: LIBCLOUD-730
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-730
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>            Reporter: Nick Fox
>            Priority: Minor
>              Labels: easyfix
>
> The `OpenStack_1_1_NodeDriver` does not return `fault` in `OpenStack_1_1_NodeDriver.extra` yet it is returned from the api. Fault gives information on why a server is in error state if the server reached an error state. It is an [instance fault|https://github.com/openstack/nova/blob/4cf6ef68199183697a0209751575f88fe5b2a733/nova/objects/instance_fault.py].



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