Merge "Add sample_default for pybasedir in __init__.py"
This commit is contained in:
commit
5afe39986a
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user