diff --git a/fetch-libs.sh b/fetch-libs.sh index 05cdb7d..a11a970 100755 --- a/fetch-libs.sh +++ b/fetch-libs.sh @@ -2,4 +2,4 @@ echo "INFO: Fetching libs from charmhub." charmcraft fetch-lib charms.observability_libs.v0.kubernetes_service_patch -charmcraft fetch-lib charms.sunbeam_ovn_central_operator.v0.ovsdb +charmcraft fetch-lib charms.ovn_central_k8s.v0.ovsdb diff --git a/lib/charms/sunbeam_ovn_central_operator/v0/ovsdb.py b/lib/charms/ovn_central_k8s/v0/ovsdb.py similarity index 99% rename from lib/charms/sunbeam_ovn_central_operator/v0/ovsdb.py rename to lib/charms/ovn_central_k8s/v0/ovsdb.py index 26e9903..f161c23 100644 --- a/lib/charms/sunbeam_ovn_central_operator/v0/ovsdb.py +++ b/lib/charms/ovn_central_k8s/v0/ovsdb.py @@ -30,14 +30,14 @@ from ops.framework import ( ) # The unique Charmhub library identifier, never change it -LIBID = "19e5a5857acd4a94a4a759d173d18232" +LIBID = "114b7bb1970445daa61650e451f9da62" # Increment this major API version when introducing breaking changes LIBAPI = 0 # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 2 +LIBPATCH = 1 # TODO: add your code here! Happy coding! @@ -202,3 +202,4 @@ class OVSDBCMSProvides(Object): for k, v in settings.items(): relation.data[self.model.unit][k] = v +