[
https://issues.apache.org/jira/browse/LIBCLOUD-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164482#comment-14164482
]
ASF GitHub Bot commented on LIBCLOUD-622:
-----------------------------------------
GitHub user rnirmal opened a pull request:
https://github.com/apache/libcloud/pull/370
[LIBCLOUD-622] Support for config_drive in the Openstack driver
Adds a 'ex_config_drive' option to create_node and ex_rebuild_node
for the Openstack driver.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rnirmal/libcloud LIBCLOUD-622_config_drive
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/370.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 #370
----
commit 690100abb36991d85e87c63bba3d948c5050ee95
Author: Nirmal Ranganathan <[email protected]>
Date: 2014-10-09T00:25:36Z
[LIBCLOUD-622] Support for config_drive in the Openstack driver
Adds a 'ex_config_drive' option to create_node and ex_rebuild_node
for the Openstack driver.
----
> Add support for config_drive to the Openstack driver
> ----------------------------------------------------
>
> Key: LIBCLOUD-622
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-622
> Project: Libcloud
> Issue Type: Improvement
> Components: Compute
> Environment: Openstack
> Reporter: Nirmal Ranganathan
> Priority: Minor
>
> Add a new "ex_config_drive" extension parameter for create_node in
> OpenStack_1_1_NodeDriver under drivers/openstack.py
> Enables metadata injection in a server through a configuration drive.
> To enable a configuration drive, specify true. Otherwise, specify false.
> In conjunction with "ex_disk_config" and "ex_userdata" enables support for
> cloud-init on some Openstack based clouds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)