Add sync function to FSBase, and implementations to fslocal and fsmongo 04/8504/1 v7.0.1 v7.0.1rc2 v7.0.1rc3
authorDavid Garcia <david.garcia@canonical.com>
Mon, 20 Jan 2020 12:21:06 +0000 (13:21 +0100)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 21 Jan 2020 09:17:47 +0000 (10:17 +0100)
commit788b9d66ded6d5b8a5fe13befdcdf1aede6bbfc0
tree1aa7b97af36211a985537bbf2d96f4eb3a6af96a
parent52520529eb28608e73fea9d30022a70acc5ff0de
Add sync function to FSBase, and implementations to fslocal and fsmongo

The reason behind this change is that FSMongo needs to sync the charm to the local storage in order for libjuju to reach it.

Change-Id: Ic5838fd4ab64dd2c3e2cf78c439f33363885dd14
Signed-off-by: David Garcia <david.garcia@canonical.com>
osm_common/fsbase.py
osm_common/fslocal.py
osm_common/fsmongo.py