summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceMAAS.py
AgeCommit message (Expand)Author
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-01fix oauth time skew. actual implementation was returning 401 not 403.Scott Moser
2012-09-30[pylint]: remove unused importScott Moser
2012-09-28make DataSourceMAAS 'main()' use load_yamlScott Moser
2012-09-24DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-08-06re-add the 'main' routine to DataSourceMAAS.pyScott Moser
2012-06-21Ensure that calling the urls happens in a specified order.Joshua Harlow
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-16Some simple fixes that will make the python 3 translation easierJoshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow