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

[release-4.6] Bug 1973599: Escape characters on ini file #1137

Commits on Jun 18, 2021

  1. Escape characters on ini file

    The configuration file supports variable substituion with oslo[1].
    However, for the Kuryr scenario variables substituion wouldn't
    happen as we expect the real value from the Secret. This commit
    makes sure to escape the '$' caracter to avoid breaking oslo
    parsing for the configuration file.
    
    [1] https://github.com/openstack/oslo.config/blob/master/doc/source/configuration/format.rst#substitution
    MaysaMacedo authored and openshift-cherrypick-robot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3482c55 View commit details
    Browse the repository at this point in the history