Add local_settings.py template for Bobcat

This fixes issues found in testing with Django 4 in mantic.

ugettext_lazy was deprecated in Django 3.0 and removed in
Django 4.0. Switch to gettext_lazy.

Switch to PyMemcacheCache backend as the Django MemcachedCache
backend was removed in Django 4.1 in favor of the PyMemcacheCache
or PyLibMCCache backend. This depends on a new openstack-dashboard
package version that will be provided in an SRU for bug #2039225.

Closes-Bug: #2039226
Closes-Bug: #2039225
Change-Id: Ia8e4f6f5f50d58268e4c6fa80c9f9c65a56a26ea
This commit is contained in:
Corey Bryant 2023-10-13 14:57:46 -04:00
parent c2efb4207f
commit 16c5a02641
1 changed files with 1055 additions and 0 deletions

File diff suppressed because it is too large Load Diff