Merge "Add sample_default for pybasedir in __init__.py"

This commit is contained in:
Zuul 2018-02-15 19:23:46 +00:00 committed by Gerrit Code Review
commit 5afe39986a
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'