Skip to content

Commit

Permalink
Fix application version on manila-ganesha charm
Browse files Browse the repository at this point in the history
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 66f6413)
  • Loading branch information
gabrielcocenza committed Apr 10, 2024
1 parent 35aa466 commit 790dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/charm/openstack/manila_ganesha.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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([
Expand Down

0 comments on commit 790dcb2

Please sign in to comment.