summaryrefslogtreecommitdiff
path: root/releasenotes/notes/allinone-4ca71f150a718811.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-03-24 18:07:51 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2022-03-24 18:07:51 +0100
commitc5ef4b9203d396d02dde92760acd95a0912caa68 (patch)
tree19fcecd73de003318b4a40ab00335797489348c6 /releasenotes/notes/allinone-4ca71f150a718811.yaml
parent30b0c56d231ae0c6628b2830fe9a1c304a78f2be (diff)
downloadironic-c5ef4b9203d396d02dde92760acd95a0912caa68.tar.gz
Start API after conductor is started in the combined executable
Change-Id: Icaffb5d346001d62e5c9522708dd44f01faeb3a6
Diffstat (limited to 'releasenotes/notes/allinone-4ca71f150a718811.yaml')
-rw-r--r--releasenotes/notes/allinone-4ca71f150a718811.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/allinone-4ca71f150a718811.yaml b/releasenotes/notes/allinone-4ca71f150a718811.yaml
new file mode 100644
index 000000000..e99091fe1
--- /dev/null
+++ b/releasenotes/notes/allinone-4ca71f150a718811.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ The combined ``ironic`` executable now starts the API only after the
+ built-in conductor starts. This avoids error 500 on requests while
+ the conductor is starting.