Add a SLES distro handler

This commit is contained in:
Juerg Haefliger
2013-06-25 08:51:21 +02:00
parent 5ff8a3af81
commit 587bec3f91
3 changed files with 235 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
# vi: ts=4 expandtab
#
# Copyright (C) 2013 Craig Tracey
# Copyright (C) 2013 SUSE LLC
# Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
#
# Author: Craig Tracey <craigtracey@gmail.com>
# Author: Robert Schweikert <rjschwei@suse.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3, as
@@ -53,7 +57,7 @@ from cloudinit import util
frequency = PER_INSTANCE
distros = ['fedora', 'rhel']
distros = ['fedora', 'rhel', 'sles']
def generate_resolv_conf(cloud, log, params):