Gitiles
Code Review
Sign In
gerrit.opencord.org
/
onos-service
/
8d8f99289224e20324f91559b4956e9855cfbc1b
/
.
/
xos
/
attic
/
onosapp_model.py
blob: 8ac7d9e6855d526bc806b268cf281fcc67110e69 [
file
] [
log
] [
blame
]
def
__init__
(
self
,
*
args
,
**
kwargs
):
onos_services
=
ONOSService
.
objects
.
all
()
if
onos_services
:
self
.
_meta
.
get_field
(
"owner"
).
default
=
onos_services
[
0
].
id
super
(
ONOSApp
,
self
).
__init__
(*
args
,
**
kwargs
)