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

[MiqWorker::worker_settings] Handle number strings #18453

Merged

Commits on Feb 13, 2019

  1. [MiqWorker::worker_settings] Handle number strings

    Due to some UI specific issues, settings in the config can be set as
    "integer strings", or a string that is just a integer (floats are also
    possible).  This doesn't work booting workers as it initializes them
    with incorrect values.
    
    This does some extra checking to avoid that.
    NickLaMuro committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    eee01fb View commit details
    Browse the repository at this point in the history