]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change ensure_dir to not check directory exists first
authorBrian Haley <brian.haley@hp.com>
Fri, 5 Jun 2015 03:54:31 +0000 (23:54 -0400)
committerBrian Haley <brian.haley@hp.com>
Thu, 11 Jun 2015 04:11:06 +0000 (00:11 -0400)
commit1c29fab7cb3e586be72dd7910e2022b45c809c5f
tree1284408c250a96fabbd60d47595a8328b4ae6137
parent3bcbb2167512ef33f185b832311163ce3318d25d
Change ensure_dir to not check directory exists first

I224be69168ede8a496a5f7d59b04b722f4de7192 added an EEXIST
check, so no need to check if the directory is already
there, just try and create it.

Change-Id: Iba51fc8263bf59326489319d0dd3f69af00a8eeb
neutron/agent/linux/utils.py
neutron/tests/unit/agent/linux/test_dhcp.py
neutron/tests/unit/agent/linux/test_utils.py