oVirt / ovirt-node-ng-image

The source for oVirt Node NG installer ISO and RPM image
GNU General Public License v2.0
19 stars 13 forks source link

Deprecated API usage in scripts/renderks.py #21

Open sandrobonazzola opened 2 years ago

sandrobonazzola commented 2 years ago

Describe the bug

scripts/renderks.py:17:
  YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.
  Please read https://msg.pyyaml.org/load for full details.

To reproduce

export SUPERMIN_MODULES="/usr/lib/modules/$(uname -r)"
export CHECK_ISO="True"
./build.sh

Expected behavior Deprecated API shouldn't be used

losito105 commented 2 years ago

@sandrobonazzola Can I take this?

sandrobonazzola commented 2 years ago

Yes @losito105 , thanks!

sandrobonazzola commented 2 years ago

@losito105 any help needed?

sandrobonazzola commented 2 years ago

@losito105 just checking if you have capacity to work on this or if this needs to be re-assigned