Merge "Make designate.conf reproducible"

This commit is contained in:
Zuul 2017-12-07 19:36:17 +00:00 committed by Gerrit Code Review
commit 03f5120b3b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import oslo_messaging as messaging
designate_opts = [
cfg.StrOpt('host', default=socket.gethostname(),
sample_default='current_hostname',
help='Name of this node'),
cfg.StrOpt(
'pybasedir',