summaryrefslogtreecommitdiff
path: root/cloudinit/cloud.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Use cc_* module meta defintion over hardcoded vars (SC-888) (#1385)James Falcon2022-04-271-1/+13
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-4/+10
* logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu2018-08-241-2/+2
* set_hostname: When present in metadata, set it before network bringup.Chad Smith2018-03-141-2/+3
* Improve warning message when a template is not found.Robert Schweikert2017-11-101-2/+2
* pylint: fix all logging warningsJoshua Powers2017-04-211-1/+2
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-20/+6
* split 'events' portion of reporting into separate fileScott Moser2015-08-311-2/+2
* fix lack of import in cloud.pyScott Moser2015-08-041-0/+1
* fix tests from syncScott Moser2015-08-021-1/+1
* plumb the rest the reporting throughScott Moser2015-07-311-1/+7
* Update so that the content types searched for launch-indexJoshua Harlow2012-08-271-2/+3
* Add the capability to understand and filter onJoshua Harlow2012-08-261-2/+5
* rework package mirror selectionScott Moser2012-08-221-3/+0
* 1. Renames for debug message from 'transform' to 'module'harlowja2012-06-211-2/+2
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-1/+2
* When logging is 'cycled' ensure that we call the logging reset routine first.Joshua Harlow2012-06-181-0/+1
* Add comment as to why the cloud object/wrapper is usefulJoshua Harlow2012-06-161-0/+10
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-2/+0
* Instead of having the cloud pass large references to its constructor, this ha...Joshua Harlow2012-06-151-6/+31
* This will now just contain the "public" view of the cloud objects, backed by ...Joshua Harlow2012-06-111-471/+11
* More init fs here, cleanup after user_data file moves + other cleanups.Joshua Harlow2012-06-091-55/+144
* Move to having a parts directory/module + seperate modules.Joshua Harlow2012-06-081-17/+20
* Fixup CloudConfig by using new module functions and calling objects.Joshua Harlow2012-06-081-36/+33
* This now holds the following classes:Joshua Harlow2012-06-081-303/+372
* Add this file which will contain the cloud init and cloud config classes.Joshua Harlow2012-06-071-0/+368