config.get_cache_expiration_time() function missing in 1.31.0 release
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-client-config |
Fix Committed
|
Critical
|
Monty Taylor |
Bug Description
Our code has a dependency on python-
2018-05-03 09:10:16,543 INFO cache_expiratio
2018-05-03 09:10:16,543 INFO AttributeError: 'OpenStackConfig' object has no attribute 'get_cache_
Could you make sure the config.py in new release(s) is backward compatible? And please let me know if this is as per design of new code and we have to change our own code to fit the new way to invoke get_cache_
Thanks!
Yang
The config. get_cache_ expiration_ time() function exists in both 1.29.0 and 1.30.0 releases.
And I think this concern applies to many other functions which existed in releases prior to 1.31.0.
Thanks!