cloud-init/cloudinit/exceptions.py
Claudiu Popa e59fe5bb27 Add the layout for a couple of Windows OS utils, especially networking
This patch adds the routes implementation, general.check_os_version
and network.default_gateway, which are used by the first data source
layout.

Change-Id: If8ede3c41e834d62cfb2d341d88bc1fbaef947b6
2015-06-09 17:08:10 +03:00

9 lines
177 B
Python

# Copyright 2015 Canonical Ltd.
# This file is part of cloud-init. See LICENCE file for license information.
#
# vi: ts=4 expandtab
class CloudInitError(Exception):
pass