summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2016-05-27fix a bunch of the testsScott Moser
2016-05-27merge from trunkScott Moser
2016-05-27fix pyflakes and some pylint errors/warningsScott Moser
2016-05-27fix pyflakes, move datasources= to bottomScott Moser
2016-05-26Move sdc:nics to a JSON map. Add unittest for sdc:nicsRyan Harper
2016-05-26Add smartos sdc:nics converter and network_config property for smartos config...Ryan Harper
2016-05-16Fix slow testsJoshua Harlow
2016-05-12fix last flake8 errorScott Moser
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-01initial commit of reworkScott Moser
2016-04-29Config Drive: fix check_instance_id signature.Scott Moser
2016-04-28cloudstack: Only use DHCPv4 lease files as a datasourceWido den Hollander
2016-04-12SmartOS, CloudSigma: fix error when dmi data is not availbleScott Moser
2016-04-12DataSourceNoCloud: fix check_instance_id when upgradedScott Moser
2016-04-04DataSource: set ds_cfg to be a dictionaryScott Moser
2016-03-29Misc fixes for VMware Support.Scott Moser
2016-03-29 Added a comment about /var/run/vmware-imc directory.Sankar Tanguturi
2016-03-24pyflakesScott Moser
2016-03-24some final changesScott Moser
2016-03-24ConfigDrive: convert OpenStack network_data.json to network_config.yamlScott Moser
2016-03-24fix review commentsRyan Harper
2016-03-24remove debug codeScott Moser
2016-03-24provide datasource.check_instance_id with access to system configScott Moser
2016-03-23network_data: add link type 'phys', no need to reload json dataRyan Harper
2016-03-23fix openstack versions s/KILO/LIBERY drop networkdata read helperRyan Harper
2016-03-23configdata: parse and convert openstack network_data json to network_configRyan Harper
2016-03-22 Fixed few other misc issues.Sankar Tanguturi
2016-03-22fix quick_read_instance_id in nocloud for seed_dirs changeScott Moser
2016-03-22make NoCloud work for seeding network.Scott Moser
2016-03-22add code to invoke networking configScott Moser
2016-03-21merge from trunkScott Moser
2016-03-21add check_instance_id to ConfigDriveScott Moser
2016-03-21quickly check to see if the previous instance id is still validScott Moser
2016-03-20 Misc fixes for VMware Support.Sankar Tanguturi
2016-03-16fix regression when command line (ds=nocloud) is presentScott Moser
2016-03-15 - Added the code to customize timezone.Sankar Tanguturi
2016-03-11 - Fixed few pep8 and flake8 issues.Sankar Tanguturi
2016-03-11minor changes use the helpers in cloudinit/netScott Moser
2016-03-11- Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi
2016-03-10commit planned implementation of datasourcenocloudScott Moser
2016-03-09 - Fixed few issues with return values form util.subp()Sankar Tanguturi
2016-03-08 - Ignored return code 1 for 'pkill' command in config_nic.pySankar Tanguturi
2016-03-07Implemented review concerning position of try and more information about the ...Alex Sirbu
2016-03-07Returning false if file does not exist, instead of throwing errorAlex Sirbu
2016-03-04Added Bigstep datasourceDaniel Watkins
2016-03-04merge with trunkScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03 Resolved all the pep8 errors.Sankar Tanguturi
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper