Files
Jesse Pretorius c4468e6ded Add venv_tag local fact
In order to make it easier to detect the currently deployed
venv for a service, and therefore allow smarter decisions
for things like upgrading, we implement the venv tag as a
local fact.

The file used to store facts will be the same for all
OpenStack services, with each service using its own section.

Example:

"ansible_local": {
    "openstack_ansible": {
        "nova": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I8d43e52ee6044e5bfc2d5ca9af0c57a0a2bfa52d
(cherry picked from commit 9326554986)
2017-05-22 18:05:27 +00:00
..
2017-01-18 11:49:31 +00:00
2017-01-18 11:49:31 +00:00
2016-05-20 18:15:16 -07:00
2017-02-14 10:45:29 +00:00
2017-05-22 18:05:27 +00:00