Bug 986099
Summary: | [RFE] Switch to using oslo's db support | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Maru Newby <mnewby> |
Component: | openstack-neutron | Assignee: | Maru Newby <mnewby> |
Status: | CLOSED ERRATA | QA Contact: | Rami Vaknin <rvaknin> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 4.0 | CC: | breeler, chrisw, mlopes, mnewby, oblaut, yeylon |
Target Milestone: | Upstream M2 | Keywords: | FutureFeature |
Target Release: | 4.0 | Flags: | oblaut:
needinfo-
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://blueprints.launchpad.net/neutron/+spec/oslo-db-support | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-2013.2-0.3.b2.el6ost | Doc Type: | Enhancement |
Doc Text: |
The following changes in configuration have been made as part of moving to the oslo library, and affect all OpenStack Networking (Neutron) plugins.
- the 'DATABASE' section in the plugin-specific ini files has been deprecated in favor of a 'database' section in neutron.conf.
- 'sql_' prefixed options have been deprecated in favor of options that do not include the prefix (e.g. sql_connection becomes connection).
- 'reconnect_interval' option has been deprecated in favor of 'retry_interval'.
- 'sql_dbpool_enable' option is no longer supported.
- 'sqlalchemy_pool_size' has been deprecated in favor of 'min_pool_size' and 'max_pool_size'.
- 'sqlalchemy_max_overflow' has been deprecated in favor of 'max_overflow'.
- 'sqlalchemy_pool_timeout' has been deprecated in favor of 'pool_timeout'.
The changes are backwards compatible, so the previous configuration format will still work.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-20 00:13:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 988867 | ||
Bug Blocks: | 975499 |
Description
Maru Newby
2013-07-19 01:05:22 UTC
Ofer - There isn't a need for special testing. If the higher-level neutron tests work, then the db implementation works. This bug is mainly to ensure that the docs are updated to reflect changes to configuration. There is no user-visible functional change associated with this bug, but the configuration format has been changed in a backwards-compatible way. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |