Update libs for new namespaces
Update from old sunbeam POC name to new ovn-central-k8s name. Change-Id: I743eab39c419ced17fa34bf43439b110d56c4339
This commit is contained in:
parent
f98f9f6690
commit
4f6c7e9241
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user