Comment 6 for bug 1463155

Revision history for this message
Kevin Carter (kevin-carter) wrote :

The image that we maintain here: http://rpc-repo.rackspace.com/container_images/rpc-trusty-container.tgz and comes with that package pre-installed. That said, if you had an old base image that was not updated with those bits you would still be having this issue. To correct the problem you can remove the base lxc cache on the hosts found here: "/var/cache/lxc/trusty" and then rerun setup everything, which will update the cache with the new image. This can be accomplished using ansible with the following command.

# root@hostname:/opt/os-ansible-deployment/playbooks# ansible hosts -m shell -a 'rm -rf /var/cache/lxc_trusty.tgz /var/cache/lxc/trusty'

Once that command completes your lxc cache for the trusty image will be purged, then you can rerun setup-everything.yml which will re-populate the cache with the updated lxc image.