diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 17:24:32 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 17:24:32 -0700 |
commit | 1d6c6b6a97ca06f0044e7a3987d76519b4feee9e (patch) | |
tree | 5b5aa188ea0fb743eac78a09787d067ec4dc4a33 /cloudinit | |
parent | 80cd15a3d9734bf143d420c49a518d358c3569e3 (diff) | |
download | vyos-cloud-init-1d6c6b6a97ca06f0044e7a3987d76519b4feee9e.tar.gz vyos-cloud-init-1d6c6b6a97ca06f0044e7a3987d76519b4feee9e.zip |
Include link to netcf library in the comment.
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/distros/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 79d441ac..483642f3 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -53,7 +53,7 @@ class Distro(object): @abc.abstractmethod def _write_network(self, settings): - # In the future use the python-netcf + # In the future use the http://fedorahosted.org/netcf/ # to write this blob out in a distro format raise NotImplementedError() |