commit | 3c6b016f060126be7a71a29be4b3f42d56412db7 | [log] [tgz] |
---|---|---|
author | Noam Angel <noama@mellanox.com> | Sun Jul 08 17:05:35 2018 +0300 |
committer | Noam Angel <noama@mellanox.com> | Thu Dec 20 13:20:16 2018 +0000 |
tree | 8b2cf7cf91cbb1a4a86bf94d7ee63c69942877b3 | |
parent | b7892207a86a96d592d2a20f53fb59a073ef51eb [diff] |
fix port_profile port_profile as introduced in patch https://review.openstack.org/#/c/499575/ currently the capabilities interpreted as string which is no big deal in OVS currently, but in OpenDaylight it is networking-odl expect switchdev to be inside list. [network] port_profile = capabilities:[switchdev] result: {'capabilities':'[switchdev]'} With patch: {'capabilities': ['switchdev']} Change-Id: I77fa6b29d8a185f93209b00092cefe218c8ba7e0