blob: aeb1fb070ea8280ec84b88a48041e7bd952b7195 [file] [log] [blame]
Peter Pentchevd00519f2021-11-08 01:17:13 +02001"""Common definitions for the StorPool random prefix toolset."""
2
3import pathlib
4
5
Peter Pentchev4dc246e2022-06-23 20:14:55 +03006VERSION = "0.2.0"
Peter Pentchevd00519f2021-11-08 01:17:13 +02007
8FILENAME = "sp-ostack-random.conf"
9PREFIX_VAR = "SP_OPENSTACK_VOLUME_PREFIX"
10
11DEFAULT_CONFDIR = pathlib.Path("/etc/storpool.conf.d")