Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove unused AUTO_CREATE_NEW_ACCOUNTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosborn committed Jul 30, 2018
1 parent 03c2ddb commit cd6aef3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions atmosphere/settings/local.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ DEFAULT_PASSWORD_UPDATE = '{{ DEFAULT_PASSWORD_UPDATE }}' # noqa
INSTANCE_HOSTNAMING_DOMAIN = '{{ INSTANCE_HOSTNAMING_DOMAIN }}'
INSTANCE_HOSTNAMING_FORMAT = '{{ INSTANCE_HOSTNAMING_FORMAT }}'

{%- if AUTO_CREATE_NEW_ACCOUNTS %}
AUTO_CREATE_NEW_ACCOUNTS = True
{%- else %}
AUTO_CREATE_NEW_ACCOUNTS = False
{%- endif %}
{%- if AUTO_CREATE_NEW_PROJECTS %}
AUTO_CREATE_NEW_PROJECTS = True
{%- else %}
Expand Down
1 change: 0 additions & 1 deletion variables.ini.dist
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ METRIC_SERVER = # atmosphere-metrics.server.com
SELF_SIGNED_CERT = False # Boolean required
TESTING = False # Boolean required
#local.py - site configuration
AUTO_CREATE_NEW_ACCOUNTS = False # Boolean required
AUTO_CREATE_NEW_PROJECTS = False # Boolean required
ALLOCATION_SOURCE_COMPUTE_ALLOWED = 168 # Boolean required
USE_JETSTREAM_PLUGIN = False # Boolean required
Expand Down

0 comments on commit cd6aef3

Please sign in to comment.