diff options
| author | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-15 08:25:45 -0300 | 
|---|---|---|
| committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-15 08:25:45 -0300 | 
| commit | 11c44e8d572258ac0a729f789a5cc15f9bbcdada (patch) | |
| tree | 9fc2bb984b45ea87d42b7ab80368bde013e0e0ed | |
| parent | 65ffae3e6edc8902c591dfef792a505a16029698 (diff) | |
Fix quick install 3.2 upgrade path.
| -rw-r--r-- | utils/src/ooinstall/cli_installer.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 5a66c3592..d6f2540bc 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -830,11 +830,11 @@ def upgrade(ctx, latest_minor, next_major):      # upgrade for what you're currently running.      upgrade_mappings = {                          '3.1':{ -                               'major_playbook':'v3_1_to_v3_2/upgrade.yml', +                               'major_playbook':'v3_2/upgrade.yml',                                 'major_version' :'3.2',                              },                          '3.2':{ -                               'minor_playbook':'v3_1_to_v3_2/upgrade.yml', +                               'minor_playbook':'v3_2/upgrade.yml',  # Uncomment these when we're ready to support 3.3.  #                               'major_version' :'3.3',  #                               'major_playbook':'v3_1_to_v3_2/upgrade.yml',  | 
