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

Cherry picks/stable/queens #730

Merged

Commits on Mar 25, 2022

  1. Use yaml.safe_load()

    Pyyaml>=6.0 requires to pass the Loader arg to yaml.load(), switching to
    yaml.safe_load() recovers the old and expected behavior.
    
    yaml/pyyaml#561
    
    Closes-Bug: #1951650
    freyes authored and Liam Young committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    7c8f96b View commit details
    Browse the repository at this point in the history
  2. Use snapshot_support=True for manila share type

    The extra specs of a manila share type need to match the
    share service's capabilities. [1]
    
    [1] https://docs.openstack.org/manila/pike/admin/shared-file-systems-troubleshoot.html#id2
    
    Closes-Bug: #1962204
    Corey Bryant authored and Liam Young committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0210418 View commit details
    Browse the repository at this point in the history