Comment 8 for bug 1535075

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible (master)

Reviewed: https://review.openstack.org/276034
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=1536ba1e9efb05f7664e3c2c284808488d5c453f
Submitter: Jenkins
Branch: master

commit 1536ba1e9efb05f7664e3c2c284808488d5c453f
Author: Jimmy McCrory <email address hidden>
Date: Wed Feb 3 20:16:19 2016 -0800

    Docs: Troubleshooting cached Ansible facts issues

    Add troubleshooting page describing cached facts and providing a command
    to remove the current cached facts in the event they become invalid.

    The ansible-playbook option `--flush-cache` is broken for a jsonfile
    based cache in Ansible 1.9.x. When OpenStack-Ansible moves to Ansible 2,
    that should replace the rm command documented here.

    Change-Id: I268a7e7c18cc7ed8986418d2a3232beb214341aa
    Related-Bug: #1535075