Merge branch 'master' of code.ungleich.ch:ucloud/ucloud
This commit is contained in:
commit
cff6a4021f
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
r = RequestEntry.from_scratch(type="ScheduleVM",
|
||||
uuid=pending_vm_entry.uuid,
|
||||
hostname=pending_vm_entry.hostname,
|
||||
request_prefix=config['etcd']["REQUEST_PREFIX"])
|
||||
request_prefix=config['etcd']['REQUEST_PREFIX'])
|
||||
request_pool.put(r)
|
||||
|
||||
elif request_entry.type == RequestType.ScheduleVM:
|
||||
|
@ -72,7 +72,7 @@ def main():
|
|||
r = RequestEntry.from_scratch(type=RequestType.InitVMMigration,
|
||||
uuid=request_entry.uuid,
|
||||
destination=request_entry.destination,
|
||||
request_prefix=config['etcd']["REQUEST_PREFIX"])
|
||||
request_prefix=config['etcd']['REQUEST_PREFIX'])
|
||||
request_pool.put(r)
|
||||
|
||||
# If the Request is about a VM that just want to get started/created
|
||||
|
|
Loading…
Reference in a new issue