Project

Profile

Help

Issue #8235

Updated by daviddavis about 3 years ago

It looks like ansible's settings get loaded before pulpcore's. 

 Reproducer: 

 1. Have pulpcore and pulp_ansible installed 
 2. Unset `CONTENT_ORIGIN` in your settings file. 

 Observe that you get an ugly AttributeError instead of [the user friendly error that pulpcore raises](https://github.com/pulp/pulpcore/blob/f8a8c64bb28cbe3908720ea56f417312a4389862/pulpcore/app/settings.py#L279-L281).  

 It looks like ansible's settings get loaded before pulpcore's. I believe that pulp_ansible's settings.py is executed first.

Back