Skip to content

Commit

Permalink
Closes-Bug: #1492038. Support upgrade from 2.20-64 to 2.21 for openst…
Browse files Browse the repository at this point in the history
…ack mysql monitoring

Change-Id: I7f558d07831c504d12491b8af0ee7f0449e2d781
  • Loading branch information
sanju-a committed Sep 9, 2015
1 parent 9b47100 commit ca4a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/openstack/upgrade.py
Expand Up @@ -91,7 +91,7 @@ def upgrade(self):
# removed from Galera clustering. Hence, the following change
# will drop CMON DB and re-provision CMON.
if (self._args.internal_vip and
self._args.from_rel < 2.2 and
self._args.from_rel <= 2.2 and
self._args.to_rel >= 2.2):
self.fix_cmon_config()
self.fix_cmon_param_file()
Expand Down

0 comments on commit ca4a8c7

Please sign in to comment.