This website requires JavaScript.
Explore
Get Started
x
/
cloud-init
Code
Issues
Proposed changes
cloud-init
/
cloudinit
/
sources
History
Joshua Harlow
433b4dba27
For the different base classes, ensure we are using the 'abc' module + appropriate annotations + metaclasses.
2012-06-16 09:44:47 -07:00
..
__init__.py
For the different base classes, ensure we are using the 'abc' module + appropriate annotations + metaclasses.
2012-06-16 09:44:47 -07:00
DataSourceCloudStack.py
Fixups to ensure that pylint does not find anything major wrong.
2012-06-15 21:33:55 -07:00
DataSourceConfigDrive.py
Fixups to ensure that pylint does not find anything major wrong.
2012-06-15 21:33:55 -07:00
DataSourceEc2.py
Fix pylint line length to big issue.
2012-06-16 08:55:13 -07:00
DataSourceMAAS.py
Some simple fixes that will make the python 3 translation easier
2012-06-16 07:39:42 -07:00
DataSourceNoCloud.py
Fixups to ensure that pylint does not find anything major wrong.
2012-06-15 21:33:55 -07:00
DataSourceOVF.py
Adjust the usage of map items() to iteritems() which will help later translation to python 3.
2012-06-16 07:34:35 -07:00