ed9d9450ac
This PS enables the Cached DB session backend, it is required both for seamless operation across multiple Horizon instances and for supporting session data larger than that supported by the memcached session backend - which is required by Murano. Change-Id: I7682198875067bb47d418ec286d9846d2e147cf4
20 lines
661 B
Smarty
20 lines
661 B
Smarty
#!/bin/bash
|
|
|
|
# Copyright 2017 The Openstack-Helm Authors.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
set -ex
|
|
|
|
exec /var/lib/kolla/venv/bin/manage.py migrate
|