Skip to content

Commit bbf33e4

Browse files
authored
Merge pull request #1345 from rackerlabs/ilo-disable-swift
fix(ironic): disable swift usage in the ilo driver
2 parents a17c932 + 8244215 commit bbf33e4

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)