Server IP : 173.249.157.85 / Your IP : 216.73.216.223 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.7/site-packages/cloudinit/
Current File : /usr/lib/python2.7/site-packages/cloudinit/version.py
# Copyright (C) 2012 Yahoo! Inc.
#
# Author: Joshua Harlow <harlowja@yahoo-inc.com>
#
# This file is part of cloud-init. See LICENSE file for license information.
__VERSION__ = "19.4"
_PACKAGED_VERSION = '@@PACKAGED_VERSION@@'
FEATURES = [
# supports network config version 1
'NETWORK_CONFIG_V1',
# supports network config version 2 (netplan)
'NETWORK_CONFIG_V2',
]
def version_string():
"""Extract a version string from cloud-init."""
if not _PACKAGED_VERSION.startswith('@@'):
return _PACKAGED_VERSION
return __VERSION__
# vi: ts=4 expandtab