c16a130510
TrivialFix Change-Id: Ic474306223b9c6f5fa730ef765ca60c59d76f24b
31 lines
950 B
YAML
31 lines
950 B
YAML
---
|
|
project_name: "horizon"
|
|
|
|
####################
|
|
# Database
|
|
####################
|
|
horizon_database_name: "horizon"
|
|
horizon_database_user: "horizon"
|
|
horizon_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
horizon_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-horizon"
|
|
horizon_tag: "{{ openstack_release }}"
|
|
horizon_image_full: "{{ horizon_image }}:{{ horizon_tag }}"
|
|
|
|
|
|
####################
|
|
# OpenStack
|
|
####################
|
|
openstack_horizon_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}'}"
|
|
|
|
horizon_logging_debug: "{{ openstack_logging_debug }}"
|
|
|
|
|
|
####################
|
|
# Horizon
|
|
####################
|
|
horizon_openstack_keystone_default_role: "_member_"
|