summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2b1ab56)
name.
This isn't true, for example, for people using root instance tickets
with SPNEGO
svn path=/trunk/packages/invirt-web/; revision=2022
If machine is None, this is the owner of a new machine.
"""
If machine is None, this is the owner of a new machine.
"""
- if owner == user:
- return owner
if machine is not None and owner in (machine.owner, None):
return machine.owner
if owner is None:
if machine is not None and owner in (machine.owner, None):
return machine.owner
if owner is None: