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:
@ -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
|
||||
|
Reference in New Issue
Block a user