Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-12 Thread Matthew Van Dijk
Not much to add here - I commented in review.openstack.org/378063 that they could set the default value of the flag to revert behaviour. - Matt On Oct 11, 2016, at 10:21 PM, Armando M. > wrote: On 11 October 2016

Re: [openstack-dev] [trove][sahara][infra][Octavia][manila] discussion of image building in Trove

2016-05-05 Thread Matthew Van Dijk
In the scenario of Trove supporting both tools what do you expect the requirements for adding support for new databases will be? Are we expecting to have to support both tools for approval from the community? Cheers, Matt On May 5, 2016, at 10:43 AM, Mariam John

[openstack-dev] [oslo.utils] allow strutils.mask_password to mask keys dynamically

2015-03-20 Thread Matthew Van Dijk
I’ve come across a use case for allowing dynamic keys to be made secret. The hardcoded list is good for common keys, but there will be cases where masking a custom value is useful without having to add it to the hardcoded list. I propose we add an optional parameter that is a list of secret_keys