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/25 21:31:55 UTC

[jira] [Commented] (LIBCLOUD-682) OpenStackNodeSize is missing some fields

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

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

GitHub user jimbobhickville opened a pull request:

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

    [LIBCLOUD-682] Add fields for additional OpenStack size information

    Adds:
    * swap - the amount of swap provisioned for the flavor
    * ephemeral_disk - the amount of non-root local storage for the flavor
    	(from the OS-FLV-EXT-DATA extension used by Rackspace)
    * extra - additional metadata about the flavor
    	(from the OS-FLV-WITH-EXT-SPECS extension used by Rackspace)

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

    $ git pull https://github.com/jimbobhickville/libcloud 682_add-flavor-data

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

    https://github.com/apache/libcloud/pull/488.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 #488
    
----
commit e277785534f55e59d4e5bc2774f1169e220a99e6
Author: Greg Hill <gr...@rackspace.com>
Date:   2015-03-25T20:28:03Z

    [LIBCLOUD-682] Add fields for additional OpenStack size information
    
    Adds:
    * swap - the amount of swap provisioned for the flavor
    * ephemeral_disk - the amount of non-root local storage for the flavor
    	(from the OS-FLV-EXT-DATA extension used by Rackspace)
    * extra - additional metadata about the flavor
    	(from the OS-FLV-WITH-EXT-SPECS extension used by Rackspace)

----


> OpenStackNodeSize is missing some fields
> ----------------------------------------
>
>                 Key: LIBCLOUD-682
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-682
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute
>            Reporter: Greg Hill
>
> The Openstack driver does not return all relevant information for the sizes (flavors in openstack parlance).
> Missing fields that should be there:
> swap
> ephemeral_disk
> extra
> Adding these will make libcloud a lot more useful against Rackspace cloud.



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