Merge "Current version changed 6.0 -> 6.1 in upgrade config"

This commit is contained in:
Jenkins 2015-07-15 07:32:41 +00:00 committed by Gerrit Code Review
commit ce9d53b285
1 changed files with 1 additions and 1 deletions

View File

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