Add sample_default for pybasedir in __init__.py

Adding that parameter helps to make Debian package
builds reproducible.

Change-Id: I676f0bbcba4c6ddd2b1694c116169ac9a174698d
This commit is contained in:
David Rabel 2018-02-09 15:27:13 +01:00
parent faa5a186a9
commit fdd8ffd448
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ designate_opts = [
help='Name of this node'),
cfg.StrOpt(
'pybasedir',
sample_default='<Path>',
default=os.path.abspath(os.path.join(os.path.dirname(__file__),
'../')),
help='Directory where the designate python module is installed'