Make openstack management commands work inside

keystone docker.
This commit is contained in:
Egon Rijpkema
2017-06-20 11:16:00 +02:00
parent 1f88030c87
commit b6a439291f
3 changed files with 13 additions and 2 deletions

View File

@ -19,6 +19,7 @@ RUN mkdir /etc/keystone/fernet-keys
RUN chown keystone: /etc/keystone/fernet-keys
COPY admin-openrc.sh root/admin-openrc.sh
#RUN keystone-manage db_sync
CMD apachectl -DFOREGROUND