Use absolute path for charm location.

For compatibility with Juju 2.7 use an absolute path to point at
the local charm. This is essentially the same fix as the one landed
in zaza by fnordahl *1. The local overlay needs to be retained here
because the deployed service has different name to the charm.

*1 af7f8d6ca3

Change-Id: Iff66b8c473f4d184982593f70fe9ca9769069006
This commit is contained in:
Liam Young 2019-11-08 11:08:07 +00:00
parent 1625884690
commit 746fb28c3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
applications:
nova-cell-controller-cell2:
charm: ../../../nova-cell-controller
charm: {{ charm_location }}