diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-10 22:30:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-10 22:30:11 +0000 |
commit | 2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94 (patch) | |
tree | e1d01f66dd99046c17557639591646a71e7b9e93 /nova/utils.py | |
parent | bfc1065fc19608a532eaba6e4f54409f9fedf5e7 (diff) | |
parent | 7bf5c100775b4a859c3ef487cf6dfe1c460ede30 (diff) | |
download | nova-2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94.tar.gz nova-2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94.tar.xz nova-2d017a228812f6cbd1ae9bbbcc5d53f1f573ab94.zip |
Merge "Enhance group handling in extract_opts"
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/utils.py b/nova/utils.py index 2b488a7e7..9067488d5 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -68,9 +68,6 @@ utils_opts = [ cfg.IntOpt('password_length', default=12, help='Length of generated instance admin passwords'), - cfg.BoolOpt('disable_process_locking', - default=False, - help='Whether to disable inter-process locks'), cfg.StrOpt('instance_usage_audit_period', default='month', help='time period to generate instance usages for. ' |