blob: bf2ad8a139e1d73f8c4ad4df006337eea6780fd5 [file] [log] [blame]
Peter Pentchevd00519f2021-11-08 01:17:13 +02001"""Common definitions for the StorPool random prefix toolset."""
2
3import pathlib
4
5
6VERSION = "0.1.0"
7
8FILENAME = "sp-ostack-random.conf"
9PREFIX_VAR = "SP_OPENSTACK_VOLUME_PREFIX"
10
11DEFAULT_CONFDIR = pathlib.Path("/etc/storpool.conf.d")