Skip to content

Commit

Permalink
fix breaking change - arg renamed, bettered debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ycliuhw committed Mar 18, 2019
1 parent e6539e0 commit bd1856b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptancetests/assess_caas_deploy_charms.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def fail_hook():
fail_hook=fail_hook,
)
k8s_model.juju(k8s_model._show_status, ('--format', 'tabular'))
# current destroy controller does not handle storage, so destroy current caas model with --destroy-storage.
k8s_model.destroy_model()


def parse_args(argv):
Expand Down

0 comments on commit bd1856b

Please sign in to comment.