Fix duplicated osprofile config for registry

Now when generating the config samples of Glance, glance-api.conf,
glance-glare.conf and glance-registry.conf will include duplicated
config options for osprofiler. It's because we're collecting
osprofiler's options at two places: etc/oslo-config-generator and
glance/opts.py. So to remove the duplication and keep consistenty
with the other options format, the patch removes the collecting
from etc/oslo-config-generator.

Change-Id: I45ef0bc8453cb8894dc245b8acf390b9ee0f6bfd
This commit is contained in:
Fei Long Wang 2016-07-02 16:17:55 +12:00
parent 07d0f0229b
commit d04d3122f8
3 changed files with 0 additions and 3 deletions

View File

@ -11,4 +11,3 @@ namespace = keystonemiddleware.auth_token
namespace = oslo.log
namespace = oslo.middleware.cors
namespace = oslo.middleware.http_proxy_to_wsgi
namespace = osprofiler

View File

@ -7,4 +7,3 @@ namespace = oslo.db.concurrency
namespace = keystonemiddleware.auth_token
namespace = oslo.log
namespace = oslo.middleware.cors
namespace = osprofiler

View File

@ -7,4 +7,3 @@ namespace = oslo.db.concurrency
namespace = oslo.policy
namespace = keystonemiddleware.auth_token
namespace = oslo.log
namespace = osprofiler