]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: fix capabilities retrieval code
authorKevin Benton <blak111@gmail.com>
Tue, 3 Jun 2014 04:39:51 +0000 (21:39 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 3 Jun 2014 07:52:22 +0000 (00:52 -0700)
commit63d271d4e4a8bab947f90f457ed176e46135d39e
treec740826cf407c29a9afb7ec99b5aad7bebf2e34d
parent53b701a3f91530c9462a9cb0690aaf68efd45f6d
Big Switch: fix capabilities retrieval code

References the raw REST response in the capabilities
parsing code so json.loads doesn't get an object
that may already be decoded and fail.

Closes-Bug: #1326173
Change-Id: Ia3179b7499f35a6ab2e9ce1631ab15ed27d64647
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_capabilities.py
neutron/tests/unit/bigswitch/test_servermanager.py