8ae55dd0b8
Provides mechanism for future work to fix bug where when package file manifest changes, the changes were not reflected in to devmode-enabled container. It changes the strategy of installing projects in dev mode in containers. Instead of bind mounting the project's git repository to the venv of the container, the repository is bind mounted to /dev-mode/<project_name> from which the it is installed using pip on every startup of the container using kolla_install_projects script. Related-bug: #1814515 Change-Id: Ia1bdff87cba73587a03124ab78a56b21c6176373 Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
16 lines
604 B
YAML
16 lines
604 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Provides mechanism for future work to fix bug where when package file
|
|
manifest changes, the changes were not reflected in to devmode-enabled
|
|
container.
|
|
`LP#1814515 <https://launchpad.net/bugs/1814515>`__
|
|
|
|
upgrade:
|
|
- |
|
|
Changes the strategy of installing projects in dev mode in containers.
|
|
Instead of bind mounting the project's git repository to the venv
|
|
of the container, the repository is bind mounted to
|
|
/dev-mode/<project_name> from which the project is installed using pip
|
|
on every startup of the container using kolla_install_projects script.
|