]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BSN: Set hash header to empty instead of False
authorKevin Benton <blak111@gmail.com>
Mon, 2 Jun 2014 05:43:02 +0000 (22:43 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 2 Jun 2014 05:44:27 +0000 (22:44 -0700)
commit7b9ed4edeef7d599c164c8682fbbb36066d98abb
tree957fb0478171e4c4d6ae14c54a680cb84fba9a47
parente65b06f458f179c50f7b4d4f7ba269d7343ef461
BSN: Set hash header to empty instead of False

Sets the consistency hash header to empty instead
of False since 'False' is handled like a string on
the backend and requires special-casing to detect.

Closes-Bug: #1325771
Change-Id: Iee1651574c01a32e78167a9bbed4e0433abbdec2
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_servermanager.py