~oddbloke/cloud-init/fix-gce-az

« back to all changes in this revision

Viewing changes to cloudinit/config/cc_growpart.py

  • Committer: Daniel Watkins
  • Date: 2015-07-22 12:06:34 UTC
  • Revision ID: daniel.watkins@canonical.com-20150722120634-wsg8rwzcaanhc2pn
Make full data source available to code that handles mirror selection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
            log.debug("use ignore_growroot_disabled to ignore")
277
277
            return
278
278
 
279
 
    devices = util.get_cfg_option_list(cfg, "devices", ["/"])
 
279
    devices = util.get_cfg_option_list(mycfg, "devices", ["/"])
280
280
    if not len(devices):
281
281
        log.debug("growpart: empty device list")
282
282
        return