summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2016-05-27return dict not None on get_config_objScott Moser
2016-05-27smartos is local, but it is named DataSourceSmartOS not DataSourceConfigDriveScott Moser
2016-05-27Smartos datasource is local.Scott Moser
2016-05-27add nicer mainScott Moser
2016-05-27remove debug printScott Moser
2016-05-27fix pyflakes and flake8Scott Moser
2016-05-27fix the remaining testsScott Moser
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