Activity log for bug #1694538

Date Who What changed Old value New value Message
2017-05-30 21:13:14 Erik Olof Gunnar Andersson bug added bug
2017-05-30 21:14:46 OpenStack Infra trove: status New In Progress
2017-05-30 21:14:46 OpenStack Infra trove: assignee Erik Olof Gunnar Andersson (eandersson)
2017-07-25 23:56:56 Erik Olof Gunnar Andersson description Configuration options should always be lazy-loaded, this is to prevent changes in import order from interfering with the configuration variable being instantiated properly. This is essentially a follow up to bug 1671655 that caused PROXY_AUTH_URL previously found in trove/common/remote.py to always be set to the default value: "http://0.0.0.0:5000/v2.0". > PROXY_AUTH_URL = CONF.trove_auth_url Configuration options should always be lazy-loaded, this is to prevent changes in import order from interfering with the configuration variable being instantiated properly. This is currently causing the following variables to always be set to their default values. > agent_call_low_timeout > agent_call_high_timeout > agent_replication_snapshot_timeout This is essentially a follow up to bug 1671655 that caused PROXY_AUTH_URL previously found in trove/common/remote.py to always be set to the default value: "http://0.0.0.0:5000/v2.0". > PROXY_AUTH_URL = CONF.trove_auth_url
2017-09-26 13:46:06 Manoj Kumar trove: importance Undecided Low
2017-09-26 16:45:57 Manoj Kumar trove: importance Low High
2017-11-13 23:46:50 OpenStack Infra trove: status In Progress Fix Released
2017-11-14 00:07:25 Erik Olof Gunnar Andersson description Configuration options should always be lazy-loaded, this is to prevent changes in import order from interfering with the configuration variable being instantiated properly. This is currently causing the following variables to always be set to their default values. > agent_call_low_timeout > agent_call_high_timeout > agent_replication_snapshot_timeout This is essentially a follow up to bug 1671655 that caused PROXY_AUTH_URL previously found in trove/common/remote.py to always be set to the default value: "http://0.0.0.0:5000/v2.0". > PROXY_AUTH_URL = CONF.trove_auth_url Configuration options should always be lazy-loaded, this is to prevent changes in import order from interfering with the configuration variable being instantiated properly. This is currently causing the following variables to always be set to their default values. > agent_call_low_timeout > agent_call_high_timeout > agent_replication_snapshot_timeout > remote_(nova|cinder|neutron)_client config This is essentially a follow up to bug 1671655 that caused PROXY_AUTH_URL previously found in trove/common/remote.py to always be set to the default value: "http://0.0.0.0:5000/v2.0". > PROXY_AUTH_URL = CONF.trove_auth_url