During a charm upgrade to gnocchi rev 46, layer-basic somehow failed to recreate its venv and install the new requirements/dependencies defined by the charm. To work around the issue, I deleted the .venv directory and the .bootstapped file from the wheelhouse directory. After doing both, the layer installed the new packages/dependencies correctly.
During a charm upgrade to gnocchi rev 46, layer-basic somehow failed to recreate its venv and install the new requirements/dependencies defined by the charm. To work around the issue, I deleted the .venv directory and the .bootstapped file from the wheelhouse directory. After doing both, the layer installed the new packages/dependencies correctly.