Removed hardcoded ips for glance

Also added domain, projects, users creation for keystone.
This guide was followed:
https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-us
This commit is contained in:
Egon Rijpkema
2017-07-12 10:19:45 +02:00
parent 062fabd4b6
commit a25852b39e
9 changed files with 46 additions and 31 deletions

View File

@ -17,7 +17,7 @@ RUN set -x \
# set admin token TODO: make this a secret
# in volume of met env
ADD keystone.conf /etc/keystone/keystone.conf
COPY keystone.conf /etc/keystone/keystone.conf
RUN mkdir /etc/keystone/fernet-keys
@ -25,5 +25,7 @@ RUN chown keystone: /etc/keystone/fernet-keys
COPY admin-openrc.sh root/admin-openrc.sh
COPY bootstrap.sh /etc/bootstrap.sh
#RUN keystone-manage db_sync
CMD apachectl -DFOREGROUND