]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove dependencies for netaddr.
authorDan Prince <dprince@redhat.com>
Tue, 4 Sep 2012 02:11:59 +0000 (22:11 -0400)
committerDan Prince <dprince@redhat.com>
Thu, 6 Sep 2012 13:18:14 +0000 (09:18 -0400)
commit7b458073cefac296f41c11ffacb0f18785f127d8
treea1ba8cd4aad1bee5e06ae1a671394ef03090bbb3
parent802c05b86a927787d480d16798a62794613695b5
Remove dependencies for netaddr.

Updates cinder utils.py to remove the parse_server_string and
is_valid_cidr functions. These functions aren't in use
and are the only reason we need the netaddr dependency.

Updates pip-requires to drop the netaddr dependency.

Also removes the unit tests for removed functions.
Change-Id: I521ae60b758324069fb1ffa1701b1f9deb780f65
cinder/tests/test_utils.py
cinder/utils.py
tools/pip-requires