diff options
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index a03a4feb2..de352c2d6 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -494,6 +494,10 @@ global_opts = [ cfg.BoolOpt('use_ipv6', default=False, help='use ipv6'), + cfg.BoolOpt('enable_instance_password', + default=True, + help='Allows use of instance password during ' + 'server creation'), cfg.IntOpt('password_length', default=12, help='Length of generated instance admin passwords'), |
