Peter Pentchev | d00519f | 2021-11-08 01:17:13 +0200 | [diff] [blame^] | 1 | """Common definitions for the StorPool random prefix toolset.""" |
2 | |||||
3 | import pathlib | ||||
4 | |||||
5 | |||||
6 | VERSION = "0.1.0" | ||||
7 | |||||
8 | FILENAME = "sp-ostack-random.conf" | ||||
9 | PREFIX_VAR = "SP_OPENSTACK_VOLUME_PREFIX" | ||||
10 | |||||
11 | DEFAULT_CONFDIR = pathlib.Path("/etc/storpool.conf.d") |