summaryrefslogtreecommitdiff
path: root/cloudinit/distros/ubuntu.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-09-24 20:17:10 -0400
committerScott Moser <smoser@ubuntu.com>2012-09-24 20:17:10 -0400
commit314530b519814af4b19b4f7cbcb9a35a6cd68e2d (patch)
tree50351bd64ecb401adde972bc47d1d7b28de7ad0f /cloudinit/distros/ubuntu.py
parent70cc7536f45a8d7052617ad88e2816291db0a309 (diff)
parente055c795581c2846aa6ae128de8cfd0b2c5d3f32 (diff)
downloadvyos-cloud-init-314530b519814af4b19b4f7cbcb9a35a6cd68e2d.tar.gz
vyos-cloud-init-314530b519814af4b19b4f7cbcb9a35a6cd68e2d.zip
handle ifup on RH distros by iterating over 'ifup devname'
Fix the ifup so that if a list of devices is provided then each interface is brought up individually instead of using the '--all' which isn't on rhel. The default debian behavior will be to use this still though as it overrides the new bring up interfaces function for this case.
Diffstat (limited to 'cloudinit/distros/ubuntu.py')
-rw-r--r--cloudinit/distros/ubuntu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/ubuntu.py b/cloudinit/distros/ubuntu.py
index 22f8c2c5..4e697f82 100644
--- a/cloudinit/distros/ubuntu.py
+++ b/cloudinit/distros/ubuntu.py
@@ -29,7 +29,6 @@ LOG = logging.getLogger(__name__)
class Distro(debian.Distro):
- distro_name = 'ubuntu'
default_user = 'ubuntu'
default_user_groups = ("adm,audio,cdrom,dialout,floppy,video,"
"plugdev,dip,netdev,sudo")