Activity log for bug #1680341

Date Who What changed Old value New value Message
2017-04-06 06:41:07 Jawon Choo bug added bug
2017-04-06 06:43:00 Jawon Choo description It seems centos based images have wrong label info. [root@kolla-k8s yum.repos.d]# docker inspect kolla/centos-binary-memcached:3.0.3 | jq .[0].Created "2017-04-06T05:54:51.409325763Z" [root@kolla-k8s yum.repos.d]# docker inspect kolla/centos-binary-memcached:3.0.3 | jq .[0].Config.Labels { "build-date": "20170315", "kolla_version": "3.0.3", "license": "GPLv2", "name": "CentOS Base Image", "vendor": "CentOS" } This centos based kolla images was created at 2017-04-06. But, in Labes infomation, build-date was set when CentOs Images was built. and name, vendor also are implemented from the base centos image. I think kolla shoud overwrite or delete these for exact information. It seems centos based images have wrong label info. [root@kolla]# docker inspect kolla/centos-binary-memcached:3.0.3 | jq .[0].Created "2017-04-06T05:54:51.409325763Z" [root@kolla]# docker inspect kolla/centos-binary-memcached:3.0.3 | jq .[0].Config.Labels {   "build-date": "20170315",   "kolla_version": "3.0.3",   "license": "GPLv2",   "name": "CentOS Base Image",   "vendor": "CentOS" } This centos based kolla images was created at 2017-04-06. But, in Labes infomation, build-date was set when CentOs Images was built. and name, vendor also are implemented from the base centos image. I think kolla shoud overwrite or delete these for exact information.
2017-04-06 09:42:46 Eduardo Gonzalez kolla: status New Triaged
2017-04-06 09:42:50 Eduardo Gonzalez kolla: importance Undecided Low
2017-04-10 04:53:34 Jawon Choo kolla: assignee Jawon Choo (jawon.choo)
2017-05-02 07:35:46 OpenStack Infra kolla: status Triaged In Progress
2017-05-08 21:33:07 OpenStack Infra kolla: status In Progress Fix Released