Comment 3 for bug 1788610

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charms.openstack (master)

Reviewed: https://review.openstack.org/595880
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=194a2d65a9562056614ad16e9aeb7a20597a26f8
Submitter: Zuul
Branch: master

commit 194a2d65a9562056614ad16e9aeb7a20597a26f8
Author: Pedro <email address hidden>
Date: Thu Aug 23 22:04:55 2018 +0200

    Import statement removed on core.py

    from charms_openstack.charm import defaults was removed
    to allow Trusty's python 3.4 to run.
    Two variables that were present on defaults.py were
    migrated to core.py to allow removal.

    Change-Id: I90d3aae867a21417b701e0fd40a75a57d827eb52
    Closes-Bug: #1788610