Destination Host of VM during migration now notify Source host of exact socket path
This commit is contained in:
parent
f980cdb464
commit
29e938dc74
4 changed files with 17 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ class RequestType:
|
|||
class RequestEntry(SpecificEtcdEntryBase):
|
||||
|
||||
def __init__(self, e):
|
||||
self.destination_sock_path = None
|
||||
self.destination_host_key = None
|
||||
self.type = None # type: str
|
||||
self.migration = None # type: bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue