Updated openstack/openstack

Project: openstack-dev/pbr  2ccb2d21c0fa1f7c1b5647f135e009988be5ef92

Don't ignore data-files

We're currently ignoring data-files, and it looks like the problem
would sometimes be present starting with 2796f9, 0.5.7, and always be present
from 04984a, 0.5.15.

This normalises all config keys from - to _ as soon as we read the
config, which means future access and modification does not need to
concern itself with the possibility of the key being a '-' instead '_'.

This should make it more difficult for code accessing/modifying values
in the config to clobber user set values or be unaware of them, like
in the case of the files hook.

As well, support download-url, but properly expose it as download_url.

Co-Authored-By: Julien Danjou <julien@danjou.info>
Change-Id: I062774c706b8f7339dda46689a226b80ae6ac277
This commit is contained in:
Jenkins 2016-10-02 01:47:52 +00:00 committed by Gerrit Code Review
parent 6292049b23
commit 646ce664fc
1 changed files with 1 additions and 1 deletions

2
pbr

@ -1 +1 @@
Subproject commit 0a007e9091408b4aa327d7f3cf09e868f38117e0
Subproject commit 2ccb2d21c0fa1f7c1b5647f135e009988be5ef92