From bd2f6b68cd4fd1be64dee2c39f9799f57b35fae7 Mon Sep 17 00:00:00 2001 From: Julia Varlamova Date: Fri, 26 Jun 2015 08:56:40 -0400 Subject: [PATCH] Remove duplicated options in manila/opts.py Remove duplicated opts in manila/opts.py: - host_manager_opts, - simple_scheduler_opts, - capacity_weight_opts. Closes-Bug: #1469304 Change-Id: I6f0ee2767c2f07844af2fab5aca3a0c8e27415ec --- manila/opts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/manila/opts.py b/manila/opts.py index f19541484f..1361187663 100644 --- a/manila/opts.py +++ b/manila/opts.py @@ -94,12 +94,9 @@ _global_opt_lists = [ manila.quota.quota_opts, manila.scheduler.driver.scheduler_driver_opts, manila.scheduler.host_manager.host_manager_opts, - manila.scheduler.host_manager.host_manager_opts, [manila.scheduler.manager.scheduler_driver_opt], [manila.scheduler.scheduler_options.scheduler_json_config_location_opt], manila.scheduler.simple.simple_scheduler_opts, - manila.scheduler.simple.simple_scheduler_opts, - manila.scheduler.weights.capacity.capacity_weight_opts, manila.scheduler.weights.capacity.capacity_weight_opts, manila.service.service_opts, manila.share.api.share_api_opts,