Use the correct capitalization of OpenStack

Change-Id: I7a4e6ab247261cbc9cddfc62798b9c2a27c1aca9
This commit is contained in:
Dougal Matthews 2016-05-18 13:14:02 +01:00
parent de7012df7c
commit fa1e2ecc98
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"