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

Use yaml.safe_load() #669

Merged
merged 1 commit into from Nov 22, 2021
Merged

Conversation

freyes
Copy link
Member

@freyes freyes commented Nov 22, 2021

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

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
@ChrisMacNaughton ChrisMacNaughton merged commit c983431 into openstack-charmers:master Nov 22, 2021
openstack-mirroring pushed a commit to openstack/charm-neutron-gateway that referenced this pull request Nov 24, 2021
The yaml.safe_load() fix has landed in zaza-openstack-tests:
openstack-charmers/zaza-openstack-tests#669

Closes-Bug: #1951650
Change-Id: Ibcee29b6644f3b92213b97705b8afdbdb15603b9
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Nov 24, 2021
* Update charm-neutron-gateway from branch 'master'
  to cdc744ee2107483c3530a3617933da1c0ba85bcf
  - Re-enable gate voting
    
    The yaml.safe_load() fix has landed in zaza-openstack-tests:
    openstack-charmers/zaza-openstack-tests#669
    
    Closes-Bug: #1951650
    Change-Id: Ibcee29b6644f3b92213b97705b8afdbdb15603b9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants