Update remove_tower_source to reflect sso model changes.

This commit is contained in:
Aaron Tan
2017-05-30 15:14:11 -04:00
parent dc9eb51959
commit da24ef0dba

View File

@@ -271,3 +271,8 @@ found at the following location:
The Ansible Tower setup playbook will use this repo location by default. The Ansible Tower setup playbook will use this repo location by default.
### NOTES ###
* When implementing new features, please keep an eye on the contents of `/packaging/remove_tower_source.py`,
which determines which python source files should be deleted and which should be
preserved. There are some source files that we want to keep in production for special
purposes, like source files of migrations. Ignoring those might lead to bugs.