Comment 2 for bug 1803522

Revision history for this message
Marek Grudzinski (ivve) wrote : Re: bootstrap_gnocchi fails during deploy

Good evening.

I just finished re-deploying with new containers.
Problem is solved with these containers rebuilt with following template overrides:

Containers:
  - gnocchi-api
  - gnocchi-metricd
  - gnocchi-statsd

overrides with kolla-build:

{% extends parent_template %}

{% set gnocchi_base_pip_packages_append = ['gnocchi==4.3.2'] %}