Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-04 | New feature flag functionality and fix includes failing silently (#367) | James Falcon | |
Build time feature flags are now defined in cloudinit/features.py. Feature flags can be added to toggle configuration options or deprecated features. Feature flag overrides can be placed in cloudinit/feature_overrides.py. Further documentation can be found in HACKING.rst. Additionally, updated default behavior to exit with an exception if #include can't retrieve resources as expected. This behavior can be toggled with a feature flag. LP: #1734939 |