GitHub user briancurtin opened a pull request:
https://github.com/apache/libcloud/pull/151
Issue LIBCLOUD-402: Support OS-DCF:diskConfig
Rackspace is implementing a change to server creation where disk
partitioning will not automatically fill the entire disk, leaving the option to
the user to expand the disk or not. When creating nodes, you have the ability
to specify if you want a MANUAL disk config, or if you want an AUTO disk
config. The former results in quicker server creation,
while the latter results in the entire disk being used.
This change is exposed via an extension to the OpenStack compute APIs,
which Rackspace's Cloud Servers are built on top of. "`OS-DCF:diskConfig`" is
an attribute to be set in message bodies POST'ed to `/servers`, and is exposed
as the "`ex_disk_config`" parameter to `OpenStack_1_1_NodeDriver.create_node`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/briancurtin/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/151.patch
----
----