~woutervb/glance-sync-slave-layer:master

Last commit made on 2018-11-09
Get this branch:
git clone -b master https://git.launchpad.net/~woutervb/glance-sync-slave-layer
Only Wouter van Bommel can upload to this branch. If you are Wouter van Bommel please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~woutervb/glance-sync-slave-layer

Recent commits

0acb992... by Wouter van Bommel

Removed the dead code

With the introduction of the glance_data.py library module some of the
code in glance_metadata.py is no longer touched. So it should be
removed.

616b994... by Wouter van Bommel

Refactor based on the review

Factored out the handling of the big data chunks to a separate class.
This way it is possible to perform the download from the master and the
upload to the slave glance servers without the need for any intermediate
file.

LP: #1802336

c2b0e0f... by Wouter van Bommel

Implemented unittesting for libraries

The libraries that are created now have unittests. The libraries have a
reasonable coverage.
TODO are tests for functional (amulet / libjuju) and the mail script(s)

587160c... by Wouter van Bommel

Code style commit

This commit introduced .pre-commit-config.yaml file (so that all
commit's are checked) and all fixes required to follow the requirements
as defined in this file.

No code changes

1866c2a... by Wouter van Bommel

Implement support for the community images type

This commit implements the support for the community image type. It also
includes a rewrite to a more OO approach, with a start of unittests.

d4ef7a8... by Alvaro Uria

[aluria,r=spads] fix update_metadata when checksum does not change; flake8 fixes

d91af81... by Alvaro Uria

[aluria,r=] fix update_metadata when checksum does not change; flake8 fixes

7a68dbb... by Alvaro Uria

added extra params to config.yaml and reactive logic (config-changed not calling @when)

66ec2a6... by Alvaro Uria

fixes on project mapping and errors capture. First real tests ok

dd05772... by Alvaro Uria

minor fixes: hardcoded glance master endpoint, temp_image format