]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix duplicate config options
authorZhongyue Luo <zhongyue.nah@intel.com>
Thu, 18 Jul 2013 07:42:34 +0000 (16:42 +0900)
committerZhongyue Luo <zhongyue.nah@intel.com>
Thu, 18 Jul 2013 08:07:08 +0000 (17:07 +0900)
This is causing an error in the config file tool generator.
Removed them since they are registered in cinder.api.common

Change-Id: I23988d5133bbb95637dd9514813009ea8b460982

cinder/common/config.py

index 0273f8661bc290c606bc8ca0e6b42c8c022331ba..32b6092a37f3b38a53aea012474fe8ce976e3008 100644 (file)
@@ -138,15 +138,6 @@ global_opts = [
     cfg.MultiStrOpt('osapi_volume_extension',
                     default=['cinder.api.contrib.standard_extensions'],
                     help='osapi volume extension to load'),
-    cfg.StrOpt('osapi_volume_base_URL',
-               default=None,
-               help='Base URL that will be presented to users in links '
-                    'to the OpenStack Volume API',
-               deprecated_name='osapi_compute_link_prefix'),
-    cfg.IntOpt('osapi_max_limit',
-               default=1000,
-               help='the maximum number of items returned in a single '
-                    'response from a collection resource'),
     cfg.StrOpt('volume_manager',
                default='cinder.volume.manager.VolumeManager',
                help='full class name for the Manager for volume'),