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

Only invoke hotplug socket when functionality is enabled (SC-251) #952

Merged
merged 8 commits into from Aug 13, 2021

Commits on Aug 10, 2021

  1. Only invoke hotplug socket when functionality is enabled

    Alter's hotplug hook to have a query mechanism checking if the
    functionality is enabled. This allows us to avoid using the hotplug
    socket and service when hotplug is disabled.
    TheRealFalcon committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e9b55e0 View commit details
    Browse the repository at this point in the history
  2. update integration test

    TheRealFalcon committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3753ee3 View commit details
    Browse the repository at this point in the history
  3. Update cloudinit/cmd/devel/hotplug_hook.py

    Co-authored-by: Chad Smith <chad.smith@canonical.com>
    TheRealFalcon and blackboxsw committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e69340f View commit details
    Browse the repository at this point in the history
  4. review suggestion

    TheRealFalcon committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7623e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ccec19 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    fcb9d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ce555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cdf5d View commit details
    Browse the repository at this point in the history