Push imaging failed with unexpected keyword argument 'insecure_registry'
Bug #1746703 reported by
Jianghua Wang
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Undecided
|
Jianghua Wang | ||
Ocata |
Fix Released
|
Undecided
|
Unassigned | ||
Pike |
Fix Released
|
Undecided
|
Unassigned | ||
Queens |
Fix Released
|
Undecided
|
Jianghua Wang |
Bug Description
ERROR:kolla.
Traceback (most recent call last):
File "/root/
self.
File "/root/
insecure_
TypeError: push() got an unexpected keyword argument 'insecure_registry'
To post a comment you must log in.
I think the problem is that: /github. com/docker/ docker- py/commit/ b180b8770a265e3 3099bd6da76c3e5 56a1028491
The parameter of 'insecure_registry' has been removed by: https:/
But kolla is still using 'insecure_registry' /github. com/openstack/ kolla/blob/ master/ kolla/image/ build.py# L333
https:/