Skip to content

Commit f8189bf

Browse files
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 66f6413)
1 parent 46be288 commit f8189bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/charm/openstack/manila_ganesha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class ManilaGaneshaCharm(charms_openstack.charm.HAOpenStackCharm,
210210
# 'manila-share',
211211
]
212212
ha_resources = ['vips', 'dnsha']
213-
release_pkg = 'manila-common'
213+
version_package = release_pkg = 'manila-common'
214214

215215
package_codenames = {
216216
'manila-common': collections.OrderedDict([

0 commit comments

Comments
 (0)