neutron/neutron
LIU Yulong 3b46df4847 Change fullstack dhclient lease file to tmp folder
Each cases are sharing the common lease path for dhclient,
for instance, in CentOS it is: /var/lib/dhclient/dhclient.leases.
That means all fullstack cases will use this file to store
fake VM's NIC DHCP lease information.

After run several times of fullstack cases, the dhclient will
get failed to set the test fake VM port's IP due to the mess
settings in this file.

This patch sets each fake VM's NIC lease file path to the
tmp folder with it's port id.

This may fix some cases that cannot set the IP addr to the test
device properly via DHCP.

Closes-Bug: #1934646
Change-Id: Ia87fa7c08df473acbcf1600035d99a83ed4b4375
2021-07-05 19:05:12 +08:00
..
agent Merge "[OVN] neutron-ovn-metadat-agent add retry logic for sb_idl" 2021-07-02 20:52:38 +00:00
api use callback payloads for SUBNET 2021-06-24 00:14:52 +03:00
cmd Add script to aid in using ovn-trace with OpenStack 2021-05-20 19:29:26 +00:00
common [OVN] Add binding-extended to the ML2_SUPPORTED_API_EXTENSIONS 2021-06-29 12:10:39 +02:00
conf Refactor DHCP common config options 2021-06-29 08:46:54 +08:00
core_extensions Revert "Set system_scope='all' in elevated context" 2021-06-15 10:29:20 +02:00
db use callback payloads for SECURITY_GROUP 2021-06-25 16:07:18 +03:00
debug Remove rootwrap execution (2) 2021-02-06 16:23:03 +00:00
extensions Merge "Allow to parse keywords in dns labels" 2021-06-22 13:31:32 +00:00
hacking Follow up for replacing assertItemsEqual 2021-06-03 16:04:07 +00:00
ipam Using 31-Bit and 32-Bit prefixes for IPv4 reasonably 2021-06-09 07:35:54 +00:00
locale Imported Translations from Zanata 2020-10-11 07:22:44 +00:00
notifiers [OVS] Fix live-migration connection disruption 2021-01-13 11:13:41 +00:00
objects Merge "Remove FIP agent's gw port when L3 agent is deleted" 2021-06-24 06:38:48 +00:00
pecan_wsgi Log exception generated in Controller.prepare_request_body 2020-08-18 16:18:34 -03:00
plugins Merge "[OVN] Do not fail when processing SG rule deletion" 2021-06-30 05:03:01 +00:00
privileged [L3] Add some logs for router processing 2021-06-22 01:41:28 +00:00
profiling Remove "six" library 2020-07-28 16:55:52 +00:00
quota Revert "Set system_scope='all' in elevated context" 2021-06-15 10:29:20 +02:00
scheduler Revert "Set system_scope='all' in elevated context" 2021-06-15 10:29:20 +02:00
server Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
services Correctly label port as SubPort in SubPortNotFound 2021-06-28 17:19:41 +00:00
tests Change fullstack dhclient lease file to tmp folder 2021-07-05 19:05:12 +08:00
__init__.py Remove usage of six.PY2 2020-05-22 12:59:01 -04:00
_i18n.py
auth.py
manager.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
neutron_plugin_base_v2.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
opts.py Provide the rpc_response_max_timeout parameter to sriov-agent 2021-06-06 23:56:14 +09:00
policy.py Always perform policy checks if enforce_new_defaults == true 2021-03-18 08:51:00 +01:00
service.py Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py neutron-server api worker process should be named to their role 2021-01-11 08:28:32 +08:00