Merge "[OVN] "description" property missing in `NeutronAgent
`"
This commit is contained in:
commit
cd28691d3a
@ -126,6 +126,11 @@ class NeutronAgent(abc.ABC):
|
|||||||
def agent_id(self):
|
def agent_id(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@property
|
||||||
|
@abc.abstractmethod
|
||||||
|
def description(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ControllerAgent(NeutronAgent):
|
class ControllerAgent(NeutronAgent):
|
||||||
agent_type = ovn_const.OVN_CONTROLLER_AGENT
|
agent_type = ovn_const.OVN_CONTROLLER_AGENT
|
||||||
|
Loading…
Reference in New Issue
Block a user