Skip to content

beth-chem/docker-openstack-horizon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-openstack-horizon

Synopsis

sudo mkdir /var/log/horizon
sudo chown 33 /var/log/horizon
sudo docker run -d \
  -p 80:80 \
  -v /var/log/horizon:/var/log/apache2:rw \
  -e KEYSTONE_URL='http://10.10.10.1:5000/v3' \
  alvaroaleman/openstack-horizon

Description

A simple Openstack Horizon image, currently based on v13.0.0 (Queens). For any advanced configuration, it is advised to build your own image based on this using your own configuration:

Environment variables

  • KEYSTONE_URL: Url of the keystone endpoint
  • IDENTITY_API_VERSION: Version of the identity api you want to use (default: 3)
FROM alvaroaleman/openstack-horizon

COPY local_settings.py /opt/horizon/openstack_dashboard/local/local_settings.py

LICENSE

AGPLv3

Author

  • Alvaro Aleman

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published