diff options
author | Christian Adams <chadams@redhat.com> | 2020-01-14 16:15:50 +0100 |
---|---|---|
committer | Christian Adams <chadams@redhat.com> | 2020-04-13 17:43:59 +0200 |
commit | 955d57bce626a394217e66210d866c70d352f4c5 (patch) | |
tree | d561284a52816a57bc08b9647e97bd90036e7cea /requirements/README.md | |
parent | POC: replace our external log aggregation feature with rsyslog (diff) | |
download | awx-955d57bce626a394217e66210d866c70d352f4c5.tar.xz awx-955d57bce626a394217e66210d866c70d352f4c5.zip |
Upstream rsyslog packaging changes
- add rsyslog repo to Dockerfile for AWX installation
- Update Library Notes for requests-futures removal
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/requirements/README.md b/requirements/README.md index 3afa92434e..4ce399a7e9 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -145,7 +145,3 @@ in the top-level Makefile. Version 4.8 makes us a little bit nervous with changes to `searchwindowsize` https://github.com/pexpect/pexpect/pull/579/files Pin to `pexpect==4.7.x` until we have more time to move to `4.8` and test. -### requests-futures - -This can be removed when a solution for the external log queuing is ready. -https://github.com/ansible/awx/pull/5092 |