Activity log for bug #1555860

Date Who What changed Old value New value Message
2016-03-10 23:55:49 Darrell Bishop bug added bug
2016-03-10 23:56:20 Darrell Bishop description The curl commands don't work, as output by swift-get-nodes, with IPv6 addresses: ``` curl -I -XHEAD "http://fd22:d006:1028:1070::77:6006/d22/667/AUTH_dev/jimmy/foo" ``` actually only works like this (note the addition of "-g" as well as the brackets): ``` curl -gI -XHEAD "http://[fd22:d006:1028:1070::77]:6006/d22/667/AUTH_dev/jimmy/foo" ``` The curl commands don't work, as output by swift-get-nodes, with IPv6 addresses: curl -I -XHEAD "http://fd22:d006:1028:1070::77:6006/d22/667/AUTH_dev/jimmy/foo" actually only works like this (note the addition of "-g" as well as the brackets): curl -gI -XHEAD "http://[fd22:d006:1028:1070::77]:6006/d22/667/AUTH_dev/jimmy/foo"
2016-03-11 01:55:32 Samuel Merritt swift: status New Confirmed
2016-03-12 00:24:11 Samuel Merritt swift: assignee Samuel Merritt (torgomatic)
2016-03-12 00:25:42 OpenStack Infra swift: status Confirmed In Progress
2016-07-28 18:17:42 clayg swift: importance Undecided Medium
2016-07-29 21:25:09 OpenStack Infra swift: status In Progress Fix Released
2016-08-30 20:31:45 OpenStack Infra tags in-feature-hummingbird