~techalchemy/mojo/python3-fixes

« back to all changes in this revision

Viewing changes to mojo/volattach.py

  • Committer: Dan Ryan
  • Date: 2020-02-03 23:44:35 UTC
  • mfrom: (514.2.10 mojo)
  • Revision ID: dan.ryan@canonical.com-20200203234435-294dc1iv5frgv7ep
* [mthaddon] If series is focal, juju deploy needs --force option
* [mthaddon] Deal with charm lines that include quotes for charmstore locations
* [mthaddon] Disable debug-logs by default - tends to simply clutter logs
* [mthaddon] Update supported series for PPAs and remove need to create MOJO_ROOT
* [mthaddon] Only check for charm repo if we're using non-Charmstore charms

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2014 Canonical Ltd.  This software is licensed under the
2
2
# GNU General Public License version 3 (see the file LICENSE).
3
3
"""A helper for attaching volumes to Juju instances"""
4
 
from __future__ import absolute_import, print_function
 
4
from __future__ import absolute_import, division, print_function
5
5
import os
6
6
import sys
7
7