diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-11 21:30:07 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-11 21:30:07 -0700 |
| commit | e294303750f032f22dadaba7eb0c743effa8c3f5 (patch) | |
| tree | 895a096c5064c3082a0c448a77a1df599123001d /nova/api | |
| parent | b1fe9bbce7dca84203105547ccd439583a115b33 (diff) | |
remove accidentally duplicated flag
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/ec2/__init__.py b/nova/api/ec2/__init__.py index f3e6fa124..a93285dba 100644 --- a/nova/api/ec2/__init__.py +++ b/nova/api/ec2/__init__.py @@ -44,8 +44,6 @@ flags.DEFINE_integer('lockout_minutes', 15, 'Number of minutes to lockout if triggered.') flags.DEFINE_integer('lockout_window', 15, 'Number of minutes for lockout window.') -flags.DEFINE_integer('lockout_window', 15, - 'Number of minutes for lockout window.') flags.DEFINE_string('keystone_ec2_url', 'http://localhost:5000/v2.0/ec2tokens', 'URL to get token from ec2 request.') |
