mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
20adfd49a7
This commit also add a workaround for bug/feature[1] the password is changed every time :-) [1]https://github.com/ccollicutt/docker-swift-onlyone/commit/c9f5e41b745eee18e7ddc807481bc9729d8cdac0
7 lines
327 B
Bash
Executable File
7 lines
327 B
Bash
Executable File
export ST_AUTH=http://127.0.0.1:8181/auth/v1.0
|
|
export ST_USER=test:tester
|
|
ID=`docker run -d -p 8080:8080 serverascode/swift-onlyone`
|
|
sleep 10 # Give the script that change the passwords some time
|
|
export ST_KEY=`docker logs $ID | grep "user_test_tester =" | cut -d " " -f 3`
|
|
pip install python-keystoneclient python-swiftclient
|