Bug 1041538 - [RFE][swift]: Global config module
Summary: [RFE][swift]: Global config module
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/swif...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:51 UTC by RHOS Integration
Modified: 2015-03-19 16:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:48:52 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 16:51:26 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/config-module.

Description:

The idea is to make swift use oslo-cfg manager in order to keep consistency between projects.

It is becoming a real issue for some production enviroments that swift has some hardcoded paths to handle configuration and that its configuration parameters are splitted in more files with some extra complexity.

Some of the things that have came out are:

    * https://review.openstack.org/#/c/17004/ and
    * https://bugs.launchpad.net/swift/+bug/1091007 for more info.

For some code examples you can take a look here:

    * https://github.com/openstack/oslo-incubator/blob/master/openstack/common/cfg.py

It'll be important to keep backward compatibility with older swift versions which means, that it wont be a drop in implementation but it'll have to integrate somehow with the older configuration management giving a higher priority to the new structure.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.