Cross-platform instance initialization
Go to file
Alessandro Pilotti dc7699bc0e Implemented automatic updates plugin
Adds a plugin to configure Windows automatic updates.
The automatic updates configuration is retrieved
from the metadata service, or, if not set in the metadata,
from the config option "enable_automatic_updates".
The possible values for the config option are:
- Not set (None): no updates policy is configured
- True: updates are automatically installed
- False: updates are disabled on the system

Implements: blueprint windows-automated-updates-plugin
Co-Authored-By: Stefan Caraiman <scaraiman@cloudbasesolutions.com>
Co-Authored-By: Adrian Vladu <avladu@cloudbasesolutions.com>
Change-Id: Ida07a3a279321fe434a82a5123338679ec4506df
Signed-off-by: Stefan Caraiman <scaraiman@cloudbasesolutions.com>
2017-03-17 14:50:56 +02:00
cloudbaseinit Implemented automatic updates plugin 2017-03-17 14:50:56 +02:00
doc Merge "Remove extra (main) from the documentation" 2015-10-19 13:02:01 +00:00
etc/cloudbase-init Add support for generating cloudbase-init configuration sample 2016-09-02 11:19:59 +03:00
.gitattributes Normalize line endings 2014-02-09 21:41:45 +02:00
.gitignore Ignore PyCharm settings/data 2015-03-06 16:00:23 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 21:58:19 +00:00
.testr.conf Fixes requirements on Linux 2014-10-05 22:20:58 +03:00
LICENSE Adds LICENSE file 2013-10-04 00:07:58 +03:00
README.rst Updates project repo to openstack 2015-10-19 01:17:26 +03:00
requirements.txt Use environment markers for platform-specific modules 2015-09-10 14:00:58 +03:00
setup.cfg Bumps version to 0.9.11 2016-10-17 15:24:58 +03:00
setup.py Move to the new oslo_config and oslo_log modules 2015-08-12 17:43:45 +03:00
test-requirements.txt updates hacking requirement 2017-03-02 17:35:34 +02:00
tox.ini Adds tox.ini 2014-09-10 12:57:37 +03:00