Fix base class for ovn charms
The charm classes were reworked to support k8s and machine charms as part of this OSBaseOperatorCharm no longer contains k8s components. However the k8s ovn charms have their own charm class OSBaseOVNOperatorCharm which is for ovn k8s services so should be based in OSBaseOperatorCharmk8s Change-Id: Ieb43eb22c8c91c7b6776b3d309e244578d4d7c13
This commit is contained in:
parent
df13e5f746
commit
5164ada2fd
@ -23,7 +23,7 @@ from .. import relation_handlers as sunbeam_rhandlers
|
||||
from . import relation_handlers as ovn_relation_handlers
|
||||
|
||||
|
||||
class OSBaseOVNOperatorCharm(sunbeam_charm.OSBaseOperatorCharm):
|
||||
class OSBaseOVNOperatorCharm(sunbeam_charm.OSBaseOperatorCharmK8S):
|
||||
"""Base charms for OpenStack operators."""
|
||||
|
||||
def get_relation_handlers(
|
||||
|
Loading…
x
Reference in New Issue
Block a user