ranger-agent/tools/.ssh/config
MikeG451 89eec6d356 oslo messenger warns of possible hang with wait()
- oslo messager warns of hang while using wait() after a start
  in ord/engine/app.py.
  Documantation [0] shows wait is used after the stop method.

- 'BaseException.message has been deprecated' warning resolved
  in ord/common/utils.py

- Add switch for RDS api check (True/False)

- Update Docker file

- Create key and config for access to github.com repo:
  https://github.com/ranger-agent/templates

[0]
docs.openstack.org/oslo.messaging/latest/reference/server.html

Change-Id: I60a65bb4f7c017ed4258c0b0cc5602397c19b930
2018-03-20 16:55:19 -05:00

5 lines
129 B
Plaintext

Host github.com
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile /home/ranger_agent/.ssh/ranger_agent