mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
* Switch base tower devel image from u14.04 to c7 * Switch container image to build python dependencies into itself instead of forcing it to be built on startup * Upgrade venv pip to 8.1.2 * Neuter queue.py which was heavily tied to redis and was basically orphaned code * Alter local_settings to override default cache settings and use memcached * Alter local settings to refer to qpid instead of redis for celery broker * Purge redis python dependencies and add qpid and memcached * Update docker-compose to purge redis and add qpid and memcached
To find packages missing from requirements.txt run the below command and look for packages after the example listed below. `PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt` ``` ... ## The following requirements were added by pip freeze: functools32==3.2.3.post2 ... ```