Merge "[OVN] "description" property missing in ``NeutronAgent``"

This commit is contained in:
Zuul 2024-01-08 20:57:21 +00:00 committed by Gerrit Code Review
commit cd28691d3a
1 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,11 @@ class NeutronAgent(abc.ABC):
def agent_id(self):
pass
@property
@abc.abstractmethod
def description(self):
pass
class ControllerAgent(NeutronAgent):
agent_type = ovn_const.OVN_CONTROLLER_AGENT