Juniper / contrail-charms

Juju charms for Contrail services.
Apache License 2.0
13 stars 22 forks source link

contrail charms fails changing docker credentials #156

Closed gmeszaros closed 4 years ago

gmeszaros commented 4 years ago

An already working environment, when docker credentials need update (expired on the registry, or got updated), the charm will try indefinitely to pull the docker images with the old password and fail due to the password already being changed on the registry.

Manual workaround to get the issue resolved is to docker logout on each boxes so that the charm will re-login with the new credentials.

Andrey-mp commented 4 years ago

https://review.opencontrail.org/c/tungstenfabric/tf-charms/+/59169