Gitiles
Code Review
Sign In
spfactory.storpool.com
/
sp-osci
/
d00519fcfd99cd5c7611dc44cbcb9a47f767cdf0
/
.
/
tools
/
sp-rand
/
src
/
sp_rand
/
defs.py
blob: bf2ad8a139e1d73f8c4ad4df006337eea6780fd5 [
file
] [
log
] [
blame
]
"""Common definitions for the StorPool random prefix toolset."""
import
pathlib
VERSION
=
"0.1.0"
FILENAME
=
"sp-ostack-random.conf"
PREFIX_VAR
=
"SP_OPENSTACK_VOLUME_PREFIX"
DEFAULT_CONFDIR
=
pathlib
.
Path
(
"/etc/storpool.conf.d"
)