summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/vmware/imc/config_source.py
Commit message (Collapse)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-23/+0
| | | | | | | | | | | | | | cloud-init development has moved its revision control to git. It is available at https://code.launchpad.net/cloud-init Clone with git clone https://git.launchpad.net/cloud-init or git clone git+ssh://git.launchpad.net/cloud-init For more information see https://git.launchpad.net/cloud-init/tree/HACKING.rst
* run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-23/+23
|
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-1/+1
|
* Fixed all the styling nits.Sankar Tanguturi2016-01-051-0/+21
| | | | | | Used proper naming convention for the methods. Added proper documentation. Checked pep8 and flake8 output and no issues were reported.
* Add Image Customization Parser for VMware vSphere Hypervisor Support.Sankar Tanguturi2015-11-181-0/+2
This is the first changeset submitted as a part of project to add cloud-init support for VMware vSphere Hypervisor. This changeset contains _only_ the changes for a simple python parser for a Image Customization Specification file pushed by VMware vSphere hypervisor into the guest VMs. In a later changeset, will be submitting another patch to actually detect the underlying VMware vSphere hypervisor and do the necessary customization.