From 0489ba9d16b33e098b6dabcfe1dcb2ca35516a35 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 7 Feb 2015 20:03:51 +0300 Subject: [PATCH] Swift startup script. #191 (Doesn't work yet) --- .swift.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .swift.sh diff --git a/.swift.sh b/.swift.sh new file mode 100755 index 00000000..654fb6b0 --- /dev/null +++ b/.swift.sh @@ -0,0 +1,6 @@ +export OS_AUTH_URL=http://127.0.0.1:8181/v2.0/ +export OS_USERNAME=user_test +export OS_PASSWORD=tester +export OS_TENANT_NAME=testing +pip install python-keystoneclient python-swiftclient +docker run -d -p 8080:8080 serverascode/swift-onlyone \ No newline at end of file