Merge "Use the correct capitalization of OpenStack"

This commit is contained in:
Jenkins 2016-06-21 20:04:08 +00:00 committed by Gerrit Code Review
commit 91128c19b0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -eux
# prevent the object-server from running. To fix this problem this module executes the
# simple python command below at install-time to force a build of the correct cffi
# library in the xattr module. By executing at install-time the python command will run
# with the correct permissions to allow the build. See Openstack Bug #1340776
# with the correct permissions to allow the build. See OpenStack Bug #1340776
(set +u
source "${SWIFT_VENV_DIR}/bin/activate"