Merge "Add venv_tag local fact"

This commit is contained in:
Jenkins 2017-05-22 16:36:54 +00:00 committed by Gerrit Code Review
commit b86d2e23d2

View File

@ -166,3 +166,10 @@
- nova-install
- nova-novnc-console
- nova-spice-console
- name: Record the venv tag deployed
ini_file:
dest: "/etc/ansible/facts.d/openstack_ansible.fact"
section: nova
option: venv_tag
value: "{{ nova_venv_tag }}"