]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Check for IPv6 file before reading
authorKevin Benton <blak111@gmail.com>
Tue, 26 Aug 2014 08:52:00 +0000 (01:52 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 27 Aug 2014 15:04:11 +0000 (08:04 -0700)
commit0c963f6140237d8d3f361c6aaa7d2a6b656504db
treebf4dbc490ba7713c5a26188290944244266d6fb1
parenteb85c5cc02c9c77f44963970664f96fb2f2ee3aa
Check for IPv6 file before reading

Check to see if the IPv6 disabled flag file exists
before trying to read it. This file doesn't exist
on systems with the IPv6 module blacklisted.

Closes-Bug: #1361542
Change-Id: I4064b4189cc9d8f0f0e0e7025cf6f83d5b6ec276
neutron/common/ipv6_utils.py