kolla-ansible/ansible/bifrost.yml
chenxing 4eceb48d2d Update "openstack_release" variable to static brach name
Since we use the release name as the default tag to publish images
to Dockerhub, we should use this by default.

This change also removes support for the magic value "auto".

Change-Id: I5610cc7729e9311709147ba5532199a033dfd156
Closes-Bug: #1843518
2019-09-16 12:42:44 +00:00

7 lines
103 B
YAML

---
- name: Apply role bifrost
hosts: bifrost
roles:
- { role: bifrost,
tags: bifrost}