Add 9.1 with liberty upgrade levels

All environments which are created on the 9.1 Fuel Master node have
fuel_version is equal to 9.1. This release have to be added in
UPGRADE_LEVELS with the 'liberty' compatibility to support N+1 and N+2
upgrades.

Change-Id: Ic4cd045e6d428ce5cfed65f385a689629a232332
Closes-Bug: #1625083
This commit is contained in:
Ilya Kharin 2016-09-19 14:05:59 +03:00
parent 03a63cb065
commit c0145127c2
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ISCSI_CONFIG_PATH = "/etc/iscsi/initiatorname.iscsi"
# NOTE(akscram): This mapping contains environments versions and
# suitable upgrade_levels to support N+1 upgrades for Nova services.
UPGRADE_LEVELS = {
'9.1': 'liberty',
'9.0': 'liberty',
'8.0': 'kilo',
'7.0': 'juno',