5137f6b35b
Change-Id: I6189ebd0151207b2e9807f1174c1f3eb4719d90a Implements: blueprint ansible-horizon Co-Authored-By: Harm Weites <harm@weites.com> Co-Authored-By: Sam Yaple <sam@yaple.net>
10 lines
330 B
YAML
10 lines
330 B
YAML
---
|
|
project_name: "horizon"
|
|
|
|
####################
|
|
# 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 }}"
|