]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
remove PortCount attribute of network object, as it is not in the spec and was causin...
authorDan Wendlandt <dan@nicira.com>
Sun, 31 Jul 2011 18:53:36 +0000 (11:53 -0700)
committerDan Wendlandt <dan@nicira.com>
Sun, 31 Jul 2011 18:53:36 +0000 (11:53 -0700)
commit2ab7ae449b7d293011e991ae45c8899388946938
treea7438fb9f68f759a99426ba00e3d7c47ae0b9c63
parent7d6b7ca673297beddecb02b8e84961af4d5bdb4d
remove PortCount attribute of network object, as it is not in the spec and was causing us to hit bug 818321 (note: this commit does not fix the underlyingproblem with xml deserialization, it just makes sure we don't hit it with the existing API code)
quantum/api/views/networks.py
tests/unit/test_api.py