ironic/ironic/api/controllers/v1
Dmitry Tantsur 2b676a6864 Accept and use a TLS certificate from the agent
Accepts the certificate from a heartbeat and stores its path in
driver_internal_info for further usage by the agent client (or
any 3rd party deploy implementations).

Similarly to agent_url, the certificate is protected from further
changes (unless the local copy does not exist) and is removed
on reboot or tear down (unless fast-tracking).

Change-Id: I81b326116e62cd86ad22b533f55d061e5ed53e96
Story: #2007214
Task: #40603
2020-09-09 17:27:30 +02:00
..
__init__.py Convert v1 controller to plain, return JSON 2020-07-30 07:37:31 +12:00
allocation.py Remove Link type 2020-07-20 08:58:32 +12:00
bios.py Remove Link type 2020-07-20 08:58:32 +12:00
chassis.py Remove Link type 2020-07-20 08:58:32 +12:00
collection.py Break out collection functions for json usage 2020-07-30 07:37:31 +12:00
conductor.py Remove Link type 2020-07-20 08:58:32 +12:00
deploy_template.py Remove Link type 2020-07-20 08:58:32 +12:00
driver.py Remove Link type 2020-07-20 08:58:32 +12:00
event.py Stop using six library 2019-12-23 09:38:25 +01:00
network-data-schema.json Add `network_data` field to ironic node object 2020-05-05 15:57:36 +02:00
node.py Remove Link type 2020-07-20 08:58:32 +12:00
notification_utils.py Centralise imports of wsme types 2020-04-20 12:24:17 +12:00
port.py Merge "Allow node lessee to see node's ports" 2020-07-24 15:06:16 +00:00
portgroup.py Remove Link type 2020-07-20 08:58:32 +12:00
ramdisk.py Accept and use a TLS certificate from the agent 2020-09-09 17:27:30 +02:00
state.py Remove Link type 2020-07-20 08:58:32 +12:00
types.py Centralise imports of wsme types 2020-04-20 12:24:17 +12:00
utils.py Accept and use a TLS certificate from the agent 2020-09-09 17:27:30 +02:00
versions.py Accept and use a TLS certificate from the agent 2020-09-09 17:27:30 +02:00
volume.py Remove Link type 2020-07-20 08:58:32 +12:00
volume_connector.py Remove Link type 2020-07-20 08:58:32 +12:00
volume_target.py Remove Link type 2020-07-20 08:58:32 +12:00