a086b780dc
When using short notations like `1g` or `512m` to define the container dimensions, we are always getting the container to being restarted in each kolla-ansible run, even with no real changes in the container configs. Change-Id: Ic8e2dd42b95a8f5c2141a820c55642a3ed7beabd Closes-Bug: #2070494
11 lines
338 B
YAML
11 lines
338 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the dimensions comparison when we set
|
|
values like `1g` in the container dimensions
|
|
configuration, making the docker container
|
|
getting restarted even with no changes, as
|
|
we are comparing `1g` with `1073741824`,
|
|
which is displayed in the docker inspect
|
|
while `1g` is in the configuration.
|