Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
27238f47
Commit
27238f47
authored
Oct 11, 2017
by
Daniele Venzano
Browse files
Reset the image list before filling it again
parent
9235c44a
Pipeline
#4586
passed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
zoe_master/backends/docker/threads.py
View file @
27238f47
...
...
@@ -134,6 +134,7 @@ class DockerStateSynchronizer(threading.Thread):
node_stats
.
cores_in_use
=
sum
([
self
.
_get_core_usage
(
stat
)
for
stat
in
stats
.
values
()])
if
get_conf
().
backend_image_management
:
node_stats
.
image_list
=
[]
for
dk_image
in
my_engine
.
list_images
():
image
=
{
'id'
:
dk_image
.
attrs
[
'Id'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment