Mаke possible to upgrade Fuel 7.0 to Fuel 8.0

Since we're supporting only one consequent upgrade chain, and current
master is 8.0, let's set 7.0 as previous release and unblock 7.0 -> 8.0
upgrade chain.

Change-Id: I0777ac908af45268760315329d26f4c5ce8c223a
Closes-Bug: #1506380
This commit is contained in:
Igor Kalnitsky 2015-10-15 13:05:10 +03:00 committed by Vladimir Khlyunev
parent b69c4e26d4
commit aa2eebbc2a
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ def config(update_path, admin_password):
"""
fuel_config_path = '/etc/fuel/'
can_upgrade_from = ['6.1']
can_upgrade_from = ['7.0']
current_fuel_version_path = '/etc/fuel/version.yaml'
new_upgrade_version_path = join(update_path, 'config/version.yaml')