Merge "Fix bug 921814 changes handling of adminPass in API."
This commit is contained in:
1
Authors
1
Authors
@@ -115,6 +115,7 @@ Matthew Hooker <matt@cloudscaling.com>
|
|||||||
Michael Gundlach <michael.gundlach@rackspace.com>
|
Michael Gundlach <michael.gundlach@rackspace.com>
|
||||||
Michael Still <mikal@stillhq.com>
|
Michael Still <mikal@stillhq.com>
|
||||||
Mike Lundy <mike@pistoncloud.com>
|
Mike Lundy <mike@pistoncloud.com>
|
||||||
|
Mike Pittaro <mikeyp@lahondaresearch.org>
|
||||||
Mike Scherbakov <mihgen@gmail.com>
|
Mike Scherbakov <mihgen@gmail.com>
|
||||||
Mikyung Kang <mkkang@isi.edu>
|
Mikyung Kang <mkkang@isi.edu>
|
||||||
Mohammed Naser <mnaser@vexxhost.com>
|
Mohammed Naser <mnaser@vexxhost.com>
|
||||||
|
@@ -494,6 +494,10 @@ global_opts = [
|
|||||||
cfg.BoolOpt('use_ipv6',
|
cfg.BoolOpt('use_ipv6',
|
||||||
default=False,
|
default=False,
|
||||||
help='use ipv6'),
|
help='use ipv6'),
|
||||||
|
cfg.BoolOpt('enable_instance_password',
|
||||||
|
default=True,
|
||||||
|
help='Allows use of instance password during '
|
||||||
|
'server creation'),
|
||||||
cfg.IntOpt('password_length',
|
cfg.IntOpt('password_length',
|
||||||
default=12,
|
default=12,
|
||||||
help='Length of generated instance admin passwords'),
|
help='Length of generated instance admin passwords'),
|
||||||
|
Reference in New Issue
Block a user