Activity log for bug #1798785

Date Who What changed Old value New value Message
2018-10-19 09:24:31 Bogdan Dobrelya bug added bug
2018-10-19 09:24:39 Bogdan Dobrelya tripleo: importance Undecided High
2018-10-19 09:24:41 Bogdan Dobrelya tripleo: milestone stein-1
2018-10-22 08:22:45 Bogdan Dobrelya tripleo: status New In Progress
2018-10-22 08:22:47 Bogdan Dobrelya tripleo: assignee Bogdan Dobrelya (bogdando)
2018-10-30 15:32:32 Bogdan Dobrelya description BaseRunner's current_config_ids in paunch is broken for podman CLI, there is no --format {{.Label "config_id"}} podman instead takes: # podman ps -a --filter label=config-id=123 --format '{{.Labels}}' name=ccc,config-id=123 BaseRunner's current_config_ids in paunch is broken for podman CLI, there is no --format {{.Label "foo"}} in podman podman instead takes: # podman ps -a --filter label=config-id=123 --format '{{.Labels}}' name=ccc,config-id=123
2018-10-30 15:34:06 Bogdan Dobrelya description BaseRunner's current_config_ids in paunch is broken for podman CLI, there is no --format {{.Label "foo"}} in podman podman instead takes: # podman ps -a --filter label=config-id=123 --format '{{.Labels}}' name=ccc,config-id=123 BaseRunner's current_config_ids in paunch is broken for podman CLI, there is no --format '{{.Label "foo"}}' in podman: template: output:1:2: executing "output" at <.Label>: can't evaluate field Label in type shared.PsContainerOutput podman instead takes: # podman ps -a --filter label=config-id=123 --format '{{.Labels}}' name=ccc,config-id=123
2018-10-30 16:04:58 Bogdan Dobrelya bug watch added https://github.com/containers/libpod/issues/1729
2018-10-30 16:50:50 Juan Antonio Osorio Robles tripleo: milestone stein-1 stein-2
2018-12-04 17:37:09 OpenStack Infra tripleo: status In Progress Fix Released