b8abf706d4
Source images get the most test coverage, so it makes sense to build and deploy these by default. Change-Id: I297b83985b09e888c5ee64c1a39f8a1dfcacc5c1
15 lines
672 B
YAML
15 lines
672 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Updates the default image type to ``source``. Users wishing to build and
|
|
deploy ``binary`` type images should set ``kolla_install_type`` to
|
|
``binary`` in ``kolla.yml``. This change is to reflect the reality that
|
|
source images are tested more thoroughly and we (as OpenStack community)
|
|
have better control over them.
|
|
issues:
|
|
- |
|
|
Switching an existing deployment from ``binary`` to ``source`` images can
|
|
break Horizon, which can be resolved by flushing contents of ``memcached``
|
|
with ``docker restart memcached``. See `Kolla Ansible bug 1886549
|
|
<https://bugs.launchpad.net/kolla-ansible/+bug/1886549>`__ for details.
|