diff options
author | Zuul <zuul@review.openstack.org> | 2018-01-22 23:30:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-01-22 23:30:28 +0000 |
commit | 83e3afbdee95ad5e01d790f54da25653decf2b25 (patch) | |
tree | 9da4bfb516ecafff708a550f7c9945d2da54040f /etc | |
parent | c3ed7dfb9e7e878f30fbff68f066a409879b7a3b (diff) | |
parent | 346a9a3bfc5312deb78bda8a82ae238e031413bd (diff) | |
download | ironic-83e3afbdee95ad5e01d790f54da25653decf2b25.tar.gz |
Merge "Add XClarity Driver"
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 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 |