diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-22 21:32:49 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-22 21:32:49 -0400 |
commit | bf03883b75637d4816c3712fbf63b2c42f6e648b (patch) | |
tree | 9611d0e5b936661ff41ecc212c6b02a98d30b533 | |
parent | 2de30c15e706a9610c19979886f13addecf7ea1b (diff) | |
download | vyos-cloud-init-bf03883b75637d4816c3712fbf63b2c42f6e648b.tar.gz vyos-cloud-init-bf03883b75637d4816c3712fbf63b2c42f6e648b.zip |
distros: add_default_user is no longer abstract
-rw-r--r-- | cloudinit/distros/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 12a0d9b4..478e3993 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -53,7 +53,6 @@ class Distro(object): self._cfg = cfg self.name = name - @abc.abstractmethod def add_default_user(self): # Adds the distro user using the rules: # - Password is same as username but is locked |