Skip to content

Commit 8244215

Browse files
committed
fix(ironic): disable swift usage in the ilo driver
We do not run swift in the default understack setup so the ilo driver should not use it by default.
1 parent a17c932 commit 8244215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/ironic/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ conf:
9595
enable_for_undeployed_nodes: true
9696
metrics:
9797
backend: collector
98+
ilo:
99+
# we do not run swift by default so cannot use it by default
100+
use_web_server_for_images: true
98101

99102
endpoints:
100103
oslo_messaging:

0 commit comments

Comments
 (0)