mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-15 21:41:29 +01:00
30 lines
718 B
JSON
30 lines
718 B
JSON
{
|
|
"apps" : {
|
|
"org.onosproject.openstackinterface" : {
|
|
"openstackinterface" : {
|
|
"neutron_server" : "http://10.40.101.209:9696/v2.0/",
|
|
"keystone_server" : "http://10.40.101.209:5000/v2.0/",
|
|
"user_name" : "admin",
|
|
"password" : "nova"
|
|
}
|
|
}
|
|
},
|
|
"devices" : {
|
|
"of:0000000000000001" : {
|
|
"basic" : {
|
|
"driver" : "sona"
|
|
}
|
|
},
|
|
"of:0000000000000002" : {
|
|
"basic" : {
|
|
"driver" : "sona"
|
|
}
|
|
},
|
|
"of:0000000000000003" : {
|
|
"basic" : {
|
|
"driver" : "sona"
|
|
}
|
|
}
|
|
}
|
|
}
|