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

View File

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