Merge pull request #6374 from jangsutsr/6352_fix_500_when_deleting_user

Update remove_tower_source.py to reflect sso model changes
This commit is contained in:
Aaron Tan
2017-05-30 15:40:31 -04:00
committed by GitHub

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.