X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nemo-impl%2Fsrc%2Fmain%2Fresources%2Fnemo-odl.py;h=77733b96b7960862dc9b2310df0fbdcf152200a7;hb=00926f0b26d8af7fec6a0296e2c94f08b10e47d7;hp=2c32cbd86a59febdde57cc9b1f42d3b299a456f5;hpb=3c74e82231d7492a3504e99f81aea61fa2aacddd;p=nemo.git diff --git a/nemo-impl/src/main/resources/nemo-odl.py b/nemo-impl/src/main/resources/nemo-odl.py index 2c32cbd..77733b9 100644 --- a/nemo-impl/src/main/resources/nemo-odl.py +++ b/nemo-impl/src/main/resources/nemo-odl.py @@ -26,7 +26,11 @@ def add_predefined_userrole(contHost): { "role-name": "tenant", "role-description": "It's a non-administor user" - } + }, + { + "role-name": "admin", + "role-description": "It's a administor user" + } ] } } @@ -75,7 +79,11 @@ def add_predefined_nodetypes(contHost): { "property-name": "location", "property-value-type": "string" - } + }, + { + "property-name": "sub-nodes", + "property-value-type": "string" + } ] }, {