diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index fdad52d21..e14443de9 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -4331,3 +4331,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 |