Merge "Stop using oslo_utils.fnmatch"

This commit is contained in:
Jenkins 2017-05-18 17:20:12 +00:00 committed by Gerrit Code Review
commit 6ab74b988a
2 changed files with 6 additions and 1 deletions

View File

@ -13,12 +13,12 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import fnmatch
import hashlib
import os
import iso8601
from oslo_config import cfg
from oslo_utils import fnmatch
from oslo_utils import netutils
import six
from stevedore import driver

View File

@ -0,0 +1,5 @@
---
other:
- |
A workaround for a Python 2.7 bug in `fnmatch` has been removed. Makes sure
you use at least Python 2.7.9 to avoid running into it.