ironic/ironic/dhcp
Pavlo Shchelokovskyy 4d43262955 Use adapters for neutronclient
deprecates the following options in [neutron] section:
- url
- url_timeout
- auth_strategy

Changes some internal networking-related functions/methods
to accept a request context as optional keyword argument (defaults to
None).
This allows to pass a global request id to neutron client and
in future will simplify creating a user auth plugin from request
context.
For backward compatibility, when calling those functions/methods
without a request context, a dummy request context will be generated
automatically.

Change-Id: Ib327c7a141cfbca63b870027ad8e901c0f48bb2d
Partial-Bug: #1699547
2017-12-14 13:36:03 +02:00
..
__init__.py Make DHCP provider pluggable 2014-08-29 10:26:03 -07:00
base.py Use adapters for neutronclient 2017-12-14 13:36:03 +02:00
neutron.py Use adapters for neutronclient 2017-12-14 13:36:03 +02:00
none.py Use adapters for neutronclient 2017-12-14 13:36:03 +02:00