]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ensure_dir: move under neutron.common.utils
authorIhar Hrachyshka <ihrachys@redhat.com>
Sat, 18 Jul 2015 12:52:53 +0000 (14:52 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 21 Jul 2015 14:33:09 +0000 (16:33 +0200)
commitf53a43fd5e0fe80d08d4bd5f89dc4fb1e96094a9
treeb985ad9a5b798bbf5128278e9753d51bc1490b1d
parentdbe7cac34be90232c15ee679fe771129691afff5
ensure_dir: move under neutron.common.utils

There is nothing Linux or agent specific in the function. I need to use
it outside agent code in one of depending patches, hence moving it into
better location while leaving the previous symbol in place, with
deprecation warning, for backwards compatibility.

Change-Id: I252356a72f3c742e57c1b6127275030f0994a221
15 files changed:
neutron/agent/dhcp/agent.py
neutron/agent/l3/ha.py
neutron/agent/linux/dhcp.py
neutron/agent/linux/external_process.py
neutron/agent/linux/keepalived.py
neutron/agent/linux/utils.py
neutron/common/utils.py
neutron/tests/fullstack/fullstack_fixtures.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/l3/test_dvr_local_router.py
neutron/tests/unit/agent/linux/test_dhcp.py
neutron/tests/unit/agent/linux/test_external_process.py
neutron/tests/unit/agent/linux/test_utils.py
neutron/tests/unit/agent/metadata/test_agent.py
neutron/tests/unit/common/test_utils.py