summaryrefslogtreecommitdiff
path: root/ironic/conf/redfish.py
diff options
context:
space:
mode:
authorzhu.fanglei <zhu.fanglei@zte.com.cn>2020-01-06 13:39:12 +0800
committerzhu.fanglei <zhu.fanglei@zte.com.cn>2020-01-06 13:39:12 +0800
commit183d4eae6b984cdf52aafd4fef25700fdc32fe34 (patch)
treed95ac271c2fd2b4cf04e6fc53d097cd2e56a2968 /ironic/conf/redfish.py
parent2a43e371f17e78ea749bb0d17c98df24652aeb0c (diff)
downloadironic-183d4eae6b984cdf52aafd4fef25700fdc32fe34.tar.gz
Fix duplicated words issue like "are are placed"
This is to fix the duplicated words issue like "images are are placed on the". Change-Id: I487a0a7a0bfb9db29af1591393030d6d07a89c09
Diffstat (limited to 'ironic/conf/redfish.py')
-rw-r--r--ironic/conf/redfish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/conf/redfish.py b/ironic/conf/redfish.py
index 70696f7af..af1b06451 100644
--- a/ironic/conf/redfish.py
+++ b/ironic/conf/redfish.py
@@ -48,7 +48,7 @@ opts = [
default=True,
help=_('Upload generated ISO images for virtual media boot to '
'Swift, then pass temporary URL to BMC for booting the '
- 'node. If set to false, images are are placed on the '
+ 'node. If set to false, images are placed on the '
'ironic-conductor node and served over its '
'local HTTP server.')),
cfg.StrOpt('swift_container',