Fix typo in pip-and-virtualenv

Change-Id: I3058b45fff037106eba0267fd6629707a5ebb8b1
This commit is contained in:
Corey O'Brien 2017-04-06 10:19:40 -04:00
parent 10baebe1e4
commit 0ea7e927de
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fi
set -eu
set -o pipefail
if [[ $DISTRO_NAME =~ (opensuse}fedora|centos|centos7|rhel|rhel7) ]]; then
if [[ $DISTRO_NAME =~ (opensuse|fedora|centos|centos7|rhel|rhel7) ]]; then
# GENERAL WARNING : mixing packaged python libraries with
# pip-installed versions always creates issues. Upstream
# openstack-infra uses this a lot (especially devstack) but be