summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_disk_setup.py
AgeCommit message (Expand)Author
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2013-10-04pep8 and pylint fixesScott Moser
2013-10-04simplifications and some function renamesScott Moser
2013-10-03Added support for 'ephmeral0.<auto|any|0>' for device mappings in diskBen Howard
2013-10-03Make {pep8,pylint,test} pass commit.Ben Howard
2013-10-03Wrapped use of 'lsblk' to a generator function; removed other fcalls to 'lsblk'Ben Howard
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-03remove verbosity of log.infoScott Moser
2013-10-03use native python code for wiping partition tableScott Moser
2013-10-03fix pep8Scott Moser
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard
2013-10-02fix permission changesScott Moser
2013-10-01Reordered several imports in order for test suite to pass.Eric Nordlund
2013-09-27find_device_node: treat label=None as label=""Scott Moser
2013-09-27change LOG.debug('format' % var) to ('format', var)Scott Moser
2013-09-27fix one bugScott Moser
2013-09-27demote .info to .debug, add another debugScott Moser
2013-09-27adjust aliases early rather than late.Scott Moser
2013-09-27update to get functional with any alias in a 'device' entryScott Moser
2013-09-27fix syntax error in last commitScott Moser
2013-09-27fix probably debug code that explicitly set 'partition' to 'any'.Scott Moser
2013-09-19Fixes for the MP.Ben Howard
2013-09-11Initial cut at disk partition support.Ben Howard