openstack-helm/neutron/values_overrides/rocky-ubuntu_xenial.yaml
Pete Birley 6606c8bc2e OpenStack: Check Rocky release on Ubuntu Xenial
This PS adds checks for the Rocky Release of OpenStack in Ubuntu Xenial
containers.

Change-Id: Ieed4a6a3afa6e3ebd9b2f72ba227aac891d65214
Signed-off-by: Pete Birley <pete@port.direct>
2019-06-25 21:14:28 +00:00

17 lines
951 B
YAML

---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
db_init: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
db_drop: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
ks_service: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
ks_endpoints: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
neutron_db_sync: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_dhcp: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_l3: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_linuxbridge_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_metadata: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
neutron_server: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"