freezer.storage.local.LocalStorage(storage_path, max_segment_size, skip_prepare=False)¶Bases: freezer.storage.fslike.FsLikeStorage
create_dirs(path)¶get_file(from_path, to_path)¶listdir(directory)¶path (str) –
collections.Iterable[str]
open(filename, mode)¶filename (str) –
mode (str) –
put_file(from_path, to_path)¶from_path (str) –
to_path (str) –
rmtree(path)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.