a5b53f3a70
Change-Id: If8351ab3000006323a05924e907f1e3745768304 Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>> Partially-implements: bp kuryr-docker-plugin
11 lines
310 B
YAML
11 lines
310 B
YAML
---
|
|
project_name: "etcd"
|
|
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
etcd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-etcd"
|
|
etcd_tag: "{{ openstack_release }}"
|
|
etcd_image_full: "{{ etcd_image }}:{{ etcd_tag }}"
|