GitHub user kansal opened a pull request: https://github.com/apache/cloudstack/pull/938
CLOUDSTACK-8959: Option to attach the config drive. Config Drive was added as a part of DNS/DHCP offload feature. The main aim was to provide a way to send user data to VM instances in case of no Virtual Routers. The present implementation checks for the case when there is no service available in Network offering. This leads to attaching of config drives even in the case when user doesnât want to send the data to VM instances. Providing a way so that attaching config drives is optional can solve this. Added a global setting(which is by default true) to make sure that users have a choice to attach the config drives. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kansal/cloudstack CLOUDSTACK-8959 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/938.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 #938 ---- commit 1c5dc6c5ad1edc1cca0ee696d58b81449ab231e0 Author: Kshitij Kansal <kansa...@gmail.com> Date: 2015-10-07T09:25:00Z CLOUDSTACK-8959: Option to attach the config drive. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---