Skip to content

Commit

Permalink
Merge pull request openstack-charmers#96 from gnuoy/issue/94
Browse files Browse the repository at this point in the history
No origin for tempest series upgrade
  • Loading branch information
fnordahl committed Oct 13, 2019
2 parents 9f25607 + 34a8cc1 commit 9d8543b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zaza/openstack/charm_tests/series_upgrade/tests.py
Expand Up @@ -72,6 +72,8 @@ def test_200_run_series_upgrade(self):
pause_non_leader_subordinate = False
if "designate-bind" in applications[application]["charm"]:
origin = None
if "tempest" in applications[application]["charm"]:
origin = None
if "memcached" in applications[application]["charm"]:
origin = None
pause_non_leader_primary = False
Expand Down

0 comments on commit 9d8543b

Please sign in to comment.