Merge "Define the default policy file"

This commit is contained in:
Zuul 2021-03-19 21:35:37 +00:00 committed by Gerrit Code Review
commit a0da8534ab
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from django.conf import settings
settings.POLICY_FILES.update({
'share': 'manila_policy.json',
})
# Sample
# settings.LOGGING['loggers'].update({