Re: [openstack-dev] [oslo] trying to understand CORS deprecation

2017-07-27 Thread ChangBo Guo
Hi, I tried to fix serveral month ago in https://review.openstack.org/# /c/453723/ , but gived up due to lack of time to fix many tests, will restore it and continue on it :-) 2017-07-25 0:46 GMT+08:00 Jay Pipes : > On 07/24/2017 12:43 PM, Sean Dague wrote: > >> I'm trying to

Re: [openstack-dev] [oslo] trying to understand CORS deprecation

2017-07-24 Thread Jay Pipes
On 07/24/2017 12:43 PM, Sean Dague wrote: I'm trying to knock out common deprecation messages which are generating noise in the test runs. There is a deprecation message emitted all the time during test runs in Nova which is: DeprecationWarning: Method 'CORS.set_latent()' has moved to

[openstack-dev] [oslo] trying to understand CORS deprecation

2017-07-24 Thread Sean Dague
I'm trying to knock out common deprecation messages which are generating noise in the test runs. There is a deprecation message emitted all the time during test runs in Nova which is: DeprecationWarning: Method 'CORS.set_latent()' has moved to 'method.set_defaults()': CORS.set_latent has been