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