~harlowja/cloud-init/fix-auto-bool

  • Committer: Joshua Harlow
  • Date: 2014-03-02 01:28:02 UTC
  • Revision ID: harlowja@gmail.com-20140302012802-foh4inscwgr2kkiq
Remove usage of bool as string

The net_util format is that 'auto' if
it exists will be a boolean so it is likely
that the code that exists does not correctly
work in this mode (since it tries to do a
lower() call on a boolean, which will not work).
Filename Latest Rev Last Changed Committer Comment Size
..
config 559.2.259 11 years ago Joshua Harlow The 'cfg' module has been removed and moved to 'he Diff
distros 559.2.37 11 years ago Joshua Harlow Start adding place where distro specifics can go. Diff
filters 634.1.6 11 years ago Joshua Harlow For the userdata 'post-filtering' add in a new fol Diff
handlers 559.2.87 11 years ago Joshua Harlow Moved the handlers from a user_data directory to a Diff
mergers 743.1.1 11 years ago Joshua Harlow Start allowing different merging types to be appli Diff
sources 559.2.2 11 years ago Joshua Harlow 1. Adding some new helper files that split off fil Diff
__init__.py 559.2.389 11 years ago Scott Moser [merge-from-trunk] remove warning message to conso 925 bytes Diff Download File
cloud.py 634.1.5 11 years ago Joshua Harlow Update so that the content types searched for laun 3.4 KB Diff Download File
cs_utils.py 939.1.1 10 years ago Kiril Vladimiroff Add CloudSigma data source 3.2 KB Diff Download File
ec2_utils.py 913.1.7 10 years ago Joshua Harlow Remove HEAD usage and other small adjustments 6.4 KB Diff Download File
helpers.py 896.2.16 10 years ago Scott Moser remove unused mergedvendoruser 14.6 KB Diff Download File
importer.py 861.1.1 10 years ago Joshua Harlow Log message around import failure In certain case 2.2 KB Diff Download File
log.py 810 11 years ago Scott Moser add debug output to ccfg-merge-debug Exeptions we 4.5 KB Diff Download File
netinfo.py 956 10 years ago Scott Moser netinfo.py: fix regression causing ubuntu to show 6.6 KB Diff Download File
patcher.py 665 11 years ago Scott Moser fix pylint 1.7 KB Diff Download File
safeyaml.py 674 11 years ago Scott Moser fix pep8 and pylint 1 KB Diff Download File
settings.py 913.1.14 10 years ago Scott Moser add Openstack to default datasources 2 KB Diff Download File
signal_handler.py 646.3.7 11 years ago Scott Moser do not disable logging on signal I had previously 2.3 KB Diff Download File
ssh_util.py 821.1.1 10 years ago Juerg Haefliger fix and cleanup usage of util.logexc 10.3 KB Diff Download File
stages.py 913.1.17 10 years ago Scott Moser make 'Loaded datasource' a info message 27.2 KB Diff Download File
templater.py 577 11 years ago Scott Moser Revert back to using cheetah + adjust resultant co 1.3 KB Diff Download File
type_utils.py 743.1.11 11 years ago Joshua Harlow Continue working on merging code. 1.1 KB Diff Download File
url_helper.py 913.1.15 10 years ago Scott Moser wait less for the metadata service (by default) W 12.5 KB Diff Download File
user_data.py 927 10 years ago Scott Moser pylint and long line fixes. This fixes up many lo 12.8 KB Diff Download File
util.py 913.1.12 10 years ago Scott Moser merge from trunk 56.3 KB Diff Download File
version.py 896 10 years ago Scott Moser open 0.7.5 854 bytes Diff Download File