Keystone is now based on ubuntu zesty

This commit is contained in:
Egon Rijpkema
2017-05-10 11:21:17 +02:00
parent be4c1a774c
commit 2401fb2135
5 changed files with 16 additions and 22 deletions

View File

@ -8,7 +8,7 @@ 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" hpc/keystone
ExecStart=/usr/bin/docker run --name %n --add-host="mariadb:172.29.236.13" -p 5001:5000 -p 35357:35357 hpc/keystone
[Install]
WantedBy=multi-user.target