Merge "root_on_create for Couchbase should be false"

This commit is contained in:
Jenkins 2015-10-22 03:31:34 +00:00 committed by Gerrit Code Review
commit eac486f7eb
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ couchbase_opts = [
cfg.StrOpt('mount_point', default='/var/lib/couchbase',
help="Filesystem path for mounting "
"volumes if volume support is enabled."),
cfg.BoolOpt('root_on_create', default=True,
cfg.BoolOpt('root_on_create', default=False,
help='Enable the automatic creation of the root user for the '
'service during instance-create. The generated password for '
'the root user is immediately returned in the response of '