Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include fails silently and new feature flag functionality #367

Merged
merged 1 commit into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. New feature flag functionality and fix includes failing silently

    Build time feature flags are now defined in cloudinit/features.py.
    Feature flags can be added to toggle configurtion options or
    deprecated features. Feature flag overrides can be placed in
    cloudinit/feature_overrides.py. Futher 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
    TheRealFalcon committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    1b23ea4 View commit details
    Browse the repository at this point in the history