diff options
author | Ruby Loo <ruby.loo@intel.com> | 2017-08-18 09:51:48 -0400 |
---|---|---|
committer | Ruby Loo <ruby.loo@intel.com> | 2017-08-18 09:51:48 -0400 |
commit | 92a40c9c1ca80c709009b3d70ca78ece807a50d3 (patch) | |
tree | 5df65df691730342920ccf91a79af80ede14b92d /etc | |
parent | 6e5d3653f1213805000ddc27a19dc7e23d3bcdf7 (diff) | |
download | ironic-92a40c9c1ca80c709009b3d70ca78ece807a50d3.tar.gz |
Add 9.1 to release_mappings
This adds release '9.1' to the list of releases for doing
rolling upgrades.
This also changes the 'pike' release to point to '9.1' since
we are considering 9.1 as the official pike release. In actuality,
it makes no difference since the rpc & object versions are the
same for both 9.0 and 9.1
Change-Id: Id7913a56cd0848a68708a91e6ad055bdee08b465
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index ce5dc1020..d0c36c86e 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -368,7 +368,7 @@ # (default), leave it unset and the latest versions of RPC # communication and database objects will be used. (string # value) -# Allowed values: pike, ocata, 9.0, 8.0, 7.0 +# Allowed values: pike, ocata, 9.1, 9.0, 8.0, 7.0 #pin_release_version = <None> # Path to the rootwrap configuration file to use for running |