Added initialization steps for keystone

This commit is contained in:
Egon Rijpkema
2017-05-11 15:55:05 +02:00
parent cdfa53ec37
commit d3f131e58f
6 changed files with 38 additions and 17 deletions

View File

@ -8,7 +8,9 @@ TimeoutStartSec=0
Restart=always
ExecStartPre=-/usr/bin/docker stop %n
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --name %n --add-host="mariadb:172.29.236.13" -p 5001:5000 -p 35357:35357 hpc/keystone
ExecStart=/usr/bin/docker run --name %n --add-host="mariadb:172.23.38.125" \
-p 5001:5000 -p 35357:35357 hpc/keystone \
-v /srv/keystone/fernet-keys:/etc/keystone/fernet-keys
[Install]
WantedBy=multi-user.target