summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2017-08-02 21:31:24 -0400
committerRuby Loo <ruby.loo@intel.com>2017-08-02 21:31:24 -0400
commit4686955d25aaa8330cb395869a2a8a6278324da1 (patch)
treebe9104fa8b688e50171e2b36020d401014f97f48 /etc
parent3e131587eaffe06cf902d1f14896af4c1be2942d (diff)
downloadironic-4686955d25aaa8330cb395869a2a8a6278324da1.tar.gz
Remove WARNING from pin_release_version's help
Rolling upgrades works so this removes the warning from the help for the [default]/pin_release_version config option. Change-Id: I0ba440a4136267e676370377394cee534505fdcd Partial-Bug: #1502887
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample15
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index b22a8b4f7..1c9868f77 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -360,14 +360,13 @@
# value)
#host = localhost
-# WARNING: This configuration option is part of the incomplete
-# rolling upgrades work. Do not change this from the default
-# value. Used for rolling upgrades. Setting this option
-# downgrades (or pins) the internal ironic RPC communication
-# to the specified version to enable communication with older
-# services. When doing a rolling upgrade from version X to
-# version Y, set (pin) this to X. To unpin, leave it unset.
-# Defaults to using the newest possible RPC behavior. (string
+# Used for rolling upgrades. Setting this option downgrades
+# (or pins) the internal ironic RPC communication and database
+# objects to their respective versions, so they are compatible
+# with older services. When doing a rolling upgrade from
+# version N to version N+1, set (to pin) this to N. To unpin
+# (default), leave it unset and the latest versions of RPC
+# communication and database objects will be used. (string
# value)
# Allowed values: ocata, 8.0, 7.0
#pin_release_version = <None>