fixing rpc client name

This commit is contained in:
Jay Gheewala 2017-01-12 23:11:25 +00:00
parent 676af9fea5
commit acf2f36cf0

View File

@ -144,6 +144,14 @@
"slug": "super-micro" "slug": "super-micro"
} }
}, },
{
"model": "dcim.manufacturer",
"pk": 9,
"fields": {
"name": "Accton",
"slug": "accton"
}
},
{ {
"model": "dcim.platform", "model": "dcim.platform",
"pk": 1, "pk": 1,
@ -204,7 +212,7 @@
"fields": { "fields": {
"name": "SnapRoute FlexSwitch", "name": "SnapRoute FlexSwitch",
"slug": "snaproute-flexswitch", "slug": "snaproute-flexswitch",
"rpc_client": "flexswitch" "rpc_client": "snaproute-flexswitch"
} }
} }
] ]