diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-08-20 12:26:08 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-09-09 17:27:30 +0200 |
commit | 2b676a68640d47c7883214a622971b4638670a6b (patch) | |
tree | b8d09ee957c1be7eb66f55bd532daa696c75cfb6 /ironic/common/release_mappings.py | |
parent | f6b65cb68fbfa306f3fa6bb5dc5a658d519eed88 (diff) | |
download | ironic-2b676a68640d47c7883214a622971b4638670a6b.tar.gz |
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
Diffstat (limited to 'ironic/common/release_mappings.py')
-rw-r--r-- | ironic/common/release_mappings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/common/release_mappings.py b/ironic/common/release_mappings.py index bc9565a98..0e30785d4 100644 --- a/ironic/common/release_mappings.py +++ b/ironic/common/release_mappings.py @@ -248,8 +248,8 @@ RELEASE_MAPPING = { } }, 'master': { - 'api': '1.67', - 'rpc': '1.50', + 'api': '1.68', + 'rpc': '1.51', 'objects': { 'Allocation': ['1.1'], 'Node': ['1.35'], |