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
This commit is contained in:
Julia Varlamova 2015-06-26 08:56:40 -04:00 committed by Mark Sturdevant
parent 0b010e0f9c
commit bd2f6b68cd
1 changed files with 0 additions and 3 deletions

View File

@ -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,