Skip to content

Commit

Permalink
Merge branch 'zgq'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguoqing committed Nov 1, 2013
2 parents 5efb15c + d76c147 commit 87a3dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ pip install -r swift/test-requirements.txt

# configure swift nodes
config_swift() {
echo "export SWIFT_TEST_CONFIG_FILE=/etc/swift/test.conf" >> ~/.bashrc
echo "export PATH=${PATH}:`pwd`/bin:`pwd`/swift/bin" >> ~/.bashrc
. ~/.bashrc
echo "export SWIFT_TEST_CONFIG_FILE=/etc/swift/test.conf" >> /etc/profile
echo "export PATH=${PATH}:`pwd`/bin:`pwd`/swift/bin" >> /etc/profile
source /etc/profile

# configure each node
cat << EOF > /etc/swift/proxy-server.conf
Expand Down

0 comments on commit 87a3dcb

Please sign in to comment.