summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-04-29 13:54:55 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2021-04-29 13:54:55 +0200
commitd97f0fb5ec366adf384966e65f4779149ed4c283 (patch)
treea7f89ad9bd346e1c1b685d0b83e4debfc25c8099 /releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml
parent193d2e65f100917b8cd71dd3e4da1e341f940592 (diff)
downloadironic-d97f0fb5ec366adf384966e65f4779149ed4c283.tar.gz
Do not mask configdrive when executing in-band deploy steps
The agent needs to use configdrive, and we do send it over the same channel when running write_image. There is no point in preventing custom deploy steps from accessing it. Change-Id: I93d3966b2c6af1f60bfbb39b3a07056308c6866c
Diffstat (limited to 'releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml')
-rw-r--r--releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml b/releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml
new file mode 100644
index 000000000..e3751665a
--- /dev/null
+++ b/releasenotes/notes/deploy-step-configdrive-86ea2bb267211b88.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ No longer masks configdrive when sending the node's record to in-band
+ deploy steps.