mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Make the /etc/awx/ migration more permissive for one run.
This commit is contained in:
@@ -32,7 +32,7 @@ SECRET_KEY = None
|
|||||||
ALLOWED_HOSTS = []
|
ALLOWED_HOSTS = []
|
||||||
|
|
||||||
# Production should only use minified JS for UI.
|
# Production should only use minified JS for UI.
|
||||||
USE_MINIFIED_JS = True
|
USE_MINIFIED_JS = True
|
||||||
|
|
||||||
# URL used by inventory script and callback plugin to access API.
|
# URL used by inventory script and callback plugin to access API.
|
||||||
INTERNAL_API_URL = 'http://127.0.0.1:80'
|
INTERNAL_API_URL = 'http://127.0.0.1:80'
|
||||||
@@ -81,7 +81,7 @@ except IOError:
|
|||||||
if (not included_file or included_file == settings_file):
|
if (not included_file or included_file == settings_file):
|
||||||
# The import doesn't always give permission denied, so try to open the
|
# The import doesn't always give permission denied, so try to open the
|
||||||
# settings file directly.
|
# settings file directly.
|
||||||
try:
|
try:
|
||||||
e = None
|
e = None
|
||||||
open(settings_file)
|
open(settings_file)
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
|
|||||||
Reference in New Issue
Block a user