neutron-lib/releasenotes/notes/remove-ensure_dir-aed59b616...

6 lines
184 B
YAML

---
upgrade:
- The deprecated ``neutron_libutils.file.ensure_dir`` function is removed.
Consumers can use ``ensure_tree(path, 0o755)`` from
``oslo_utils.fileutils`` instead.