added image creation from public lxd server
There is an option to pull public images from existing lxd instances, similar to simplestream.
Signed-off-by: Felix Engelmann [email protected]
Codecov Report
Merging #378 into master will increase coverage by
0.12%. The diff coverage is85.71%.
@@ Coverage Diff @@
## master #378 +/- ##
==========================================
+ Coverage 96.26% 96.38% +0.12%
==========================================
Files 12 12
Lines 1044 1051 +7
Branches 121 122 +1
==========================================
+ Hits 1005 1013 +8
+ Misses 17 16 -1
Partials 22 22
| Impacted Files | Coverage Δ | |
|---|---|---|
| pylxd/models/image.py | 98.27% <85.71%> (-0.81%) |
:arrow_down: |
| pylxd/models/container.py | 90.25% <0%> (+0.72%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f79a8fe...69cf484. Read the comment docs.
This is great; unfortunately, I can't merge it yet, as due to an unrelated issue, it won't pass its integration tests. See #379 for more details. When that's sorted, we can rebase this, and then get it merged.
Codecov Report
Merging #378 (bb6eacb) into master (82a6adb) will decrease coverage by
0.83%. The diff coverage is85.71%.
:exclamation: Current head bb6eacb differs from pull request most recent head 8d84ffd. Consider uploading reports for the commit 8d84ffd to get more accurate results
@@ Coverage Diff @@
## master #378 +/- ##
==========================================
- Coverage 97.21% 96.38% -0.84%
==========================================
Files 55 12 -43
Lines 4027 1051 -2976
Branches 0 122 +122
==========================================
- Hits 3915 1013 -2902
+ Misses 112 16 -96
- Partials 0 22 +22
| Impacted Files | Coverage Δ | |
|---|---|---|
| pylxd/models/image.py | 98.27% <85.71%> (-1.73%) |
:arrow_down: |
| pylxd/models/container.py | 90.25% <0.00%> (-9.75%) |
:arrow_down: |
| pylxd/models/profile.py | 94.59% <0.00%> (-5.41%) |
:arrow_down: |
| pylxd/models/operation.py | 97.36% <0.00%> (-2.64%) |
:arrow_down: |
| pylxd/models/cluster.py | 94.59% <0.00%> (-0.41%) |
:arrow_down: |
| pylxd/managers.py | 100.00% <0.00%> (ø) |
|
| pylxd/models/_model.py | 100.00% <0.00%> (ø) |
|
| pylxd/models/network.py | 100.00% <0.00%> (ø) |
|
| pylxd/models/certificate.py | 100.00% <0.00%> (ø) |
|
| ... and 44 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 82a6adb...8d84ffd. Read the comment docs.