Revision 1268d6fd daemons/ganeti-noded
b/daemons/ganeti-noded | ||
---|---|---|
364 | 364 |
""" |
365 | 365 |
inst_s = params[0] |
366 | 366 |
inst = objects.Instance.FromDict(inst_s) |
367 |
return backend.AddOSToInstance(inst)
|
|
367 |
return backend.InstanceOsAdd(inst)
|
|
368 | 368 |
|
369 | 369 |
@staticmethod |
370 | 370 |
def perspective_instance_run_rename(params): |
Also available in: Unified diff