Swift startup script. #191

(Doesn't work yet)
This commit is contained in:
Andrey Smirnov
2015-02-07 20:03:51 +03:00
parent 46b3f8fbaf
commit 0489ba9d16
Executable
+6
View File
@@ -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