summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-22 23:30:27 +0000
committerGerrit Code Review <review@openstack.org>2018-01-22 23:30:28 +0000
commit83e3afbdee95ad5e01d790f54da25653decf2b25 (patch)
tree9da4bfb516ecafff708a550f7c9945d2da54040f /etc
parentc3ed7dfb9e7e878f30fbff68f066a409879b7a3b (diff)
parent346a9a3bfc5312deb78bda8a82ae238e031413bd (diff)
downloadironic-83e3afbdee95ad5e01d790f54da25653decf2b25.tar.gz
Merge "Add XClarity Driver"
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index eb3d1341c..03eb8b530 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -4233,3 +4233,24 @@
# for endpoint URL discovery. Mutually exclusive with
# min_version and max_version (string value)
#version = <None>
+
+
+[xclarity]
+
+#
+# From ironic
+#
+
+# IP address of XClarity controller. (string value)
+#manager_ip = <None>
+
+# Username to access the XClarity controller. (string value)
+#username = <None>
+
+# Password for XClarity controller username. (string value)
+#password = <None>
+
+# Port to be used for XClarity operations. (port value)
+# Minimum value: 0
+# Maximum value: 65535
+#port = 443