Fix application version on manila-ganesha charm

The charm is not using `version_package` in the class and it's
using the default to the first in packages which is Ceph.

Closes-bug: #2060751
Change-Id: Id745140a316120e56948f3770f2b2473d1134255
(cherry picked from commit 66f641392c)
This commit is contained in:
Gabriel Cocenza 2024-04-10 10:38:08 -03:00
parent 21544fdf62
commit 3989ef3811
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class ManilaGaneshaCharm(charms_openstack.charm.HAOpenStackCharm,
# 'manila-share',
]
ha_resources = ['vips', 'dnsha']
release_pkg = 'manila-common'
version_package = release_pkg = 'manila-common'
package_codenames = {
'manila-common': collections.OrderedDict([