Activity log for bug #1067959

Date Who What changed Old value New value Message
2012-10-18 02:35:19 y-kawajiri bug added bug
2012-10-18 05:36:11 y-kawajiri description Now, when create subnet, you con set up the value as cidr (the value isn't cidr form). <condition> invalid value is not cidr create subnet <supposed> We get error. <log> curl -v -H "X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f" -H "Content-type: application/json" -X POST -d '{"subnet": {"name": "test_subnet9", "ip_version":4, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "cidr": "10.0.9.0", "gateway_ip": "10.0.9.9"}}' http://192.168.122.1:9696/v2.0/subnets POST /v2.0/subnets HTTP/1.1 User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 Host: 192.168.122.1:9696 Accept: */* X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f Content-type: application/json Content-Length: 152 HTTP/1.1 201 Created Content-Type: application/json Content-Length: 335 Date: Wed, 12 Sep 2012 08:40:30 GMT {"subnet": {"name": "test_subnet9", "enable_dhcp": true, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "tenant_id": "0e4a71389759499eb1f27d3caac6fc98", "dns_nameservers": [], "allocation_pools": [], "host_routes": [], "ip_version": 4, "gateway_ip": "10.0.9.9", "cidr": "10.0.9.0", "id": "fb8df679-3546-4f3a-a19b-5825fdf99 <result> We get cidr value. Now, when create subnet, you con set up the value as cidr (the value isn't cidr form). <condition> invalid cidr format (ip address format like '10.0.0.2') create subnet <supposed> We get error. <log> curl -v -H "X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f" -H "Content-type: application/json" -X POST -d '{"subnet": {"name": "test_subnet9", "ip_version":4, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "cidr": "10.0.9.0", "gateway_ip": "10.0.9.9"}}' http://192.168.122.1:9696/v2.0/subnets  POST /v2.0/subnets HTTP/1.1  User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3  Host: 192.168.122.1:9696  Accept: */*  X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f  Content-type: application/json  Content-Length: 152  HTTP/1.1 201 Created  Content-Type: application/json  Content-Length: 335  Date: Wed, 12 Sep 2012 08:40:30 GMT {"subnet": {"name": "test_subnet9", "enable_dhcp": true, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "tenant_id": "0e4a71389759499eb1f27d3caac6fc98", "dns_nameservers": [], "allocation_pools": [], "host_routes": [], "ip_version": 4, "gateway_ip": "10.0.9.9", "cidr": "10.0.9.0", "id": "fb8df679-3546-4f3a-a19b-5825fdf99 <result> We get cidr value.
2012-10-18 05:42:57 y-kawajiri description Now, when create subnet, you con set up the value as cidr (the value isn't cidr form). <condition> invalid cidr format (ip address format like '10.0.0.2') create subnet <supposed> We get error. <log> curl -v -H "X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f" -H "Content-type: application/json" -X POST -d '{"subnet": {"name": "test_subnet9", "ip_version":4, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "cidr": "10.0.9.0", "gateway_ip": "10.0.9.9"}}' http://192.168.122.1:9696/v2.0/subnets  POST /v2.0/subnets HTTP/1.1  User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3  Host: 192.168.122.1:9696  Accept: */*  X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f  Content-type: application/json  Content-Length: 152  HTTP/1.1 201 Created  Content-Type: application/json  Content-Length: 335  Date: Wed, 12 Sep 2012 08:40:30 GMT {"subnet": {"name": "test_subnet9", "enable_dhcp": true, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "tenant_id": "0e4a71389759499eb1f27d3caac6fc98", "dns_nameservers": [], "allocation_pools": [], "host_routes": [], "ip_version": 4, "gateway_ip": "10.0.9.9", "cidr": "10.0.9.0", "id": "fb8df679-3546-4f3a-a19b-5825fdf99 <result> We get cidr value. Now, when create subnet, you con set up the value as cidr (the value isn't cidr form). <condition> invalid cidr format (ip address format like '10.0.9.0') create subnet <supposed> We get error. <log> curl -v -H "X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f" -H "Content-type: application/json" -X POST -d '{"subnet": {"name": "test_subnet9", "ip_version":4, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "cidr": "10.0.9.0", "gateway_ip": "10.0.9.9"}}' http://192.168.122.1:9696/v2.0/subnets  POST /v2.0/subnets HTTP/1.1  User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3  Host: 192.168.122.1:9696  Accept: */*  X-Auth-Token:cbf9d14369ad41db831df0a3ad98ec7f  Content-type: application/json  Content-Length: 152  HTTP/1.1 201 Created  Content-Type: application/json  Content-Length: 335  Date: Wed, 12 Sep 2012 08:40:30 GMT {"subnet": {"name": "test_subnet9", "enable_dhcp": true, "network_id": "67aef1b0-201c-4270-a024-5601687fa70a", "tenant_id": "0e4a71389759499eb1f27d3caac6fc98", "dns_nameservers": [], "allocation_pools": [], "host_routes": [], "ip_version": 4, "gateway_ip": "10.0.9.9", "cidr": "10.0.9.0", "id": "fb8df679-3546-4f3a-a19b-5825fdf99 <result> We get cidr value.
2012-10-18 17:21:10 Mark McClain quantum: status New Confirmed
2012-10-18 17:21:33 Mark McClain quantum: importance Undecided Medium
2012-10-19 00:59:47 OpenStack Infra quantum: status Confirmed In Progress
2012-10-19 00:59:47 OpenStack Infra quantum: assignee Jeremy Hanmer (fzylogic)
2012-10-23 15:27:06 OpenStack Infra quantum: status In Progress Fix Committed
2012-11-08 10:52:02 Gary Kotton quantum: milestone grizzly-1
2012-11-08 10:52:35 Gary Kotton tags folsom-backport-potential
2012-11-10 12:52:49 OpenStack Infra tags folsom-backport-potential folsom-backport-potential in-stable-folsom
2012-11-11 16:10:04 Gary Kotton tags folsom-backport-potential in-stable-folsom in-stable-folsom
2012-11-20 20:44:31 Mark McLoughlin nominated for series quantum/folsom
2012-11-20 20:44:33 Mark McLoughlin bug task added quantum/folsom
2012-11-20 20:46:48 Mark McLoughlin quantum/folsom: status New Fix Committed
2012-11-20 20:46:48 Mark McLoughlin quantum/folsom: milestone 2012.2.1
2012-11-21 10:07:44 Thierry Carrez quantum: status Fix Committed Fix Released
2012-11-27 07:53:07 Mark McLoughlin quantum/folsom: importance Undecided Medium
2012-11-27 07:53:13 Mark McLoughlin quantum/folsom: assignee Gary Kotton (garyk)
2012-11-29 22:31:03 Mark McLoughlin quantum/folsom: status Fix Committed Fix Released
2012-11-30 23:39:19 Launchpad Janitor branch linked lp:~gandelman-a/ubuntu/quantal/quantum/2012.2.1
2012-12-03 21:39:55 Adam Gandelman quantum (Ubuntu): status New Fix Released
2012-12-03 21:39:59 Adam Gandelman nominated for series Ubuntu Quantal
2012-12-03 21:40:00 Adam Gandelman bug task added quantum (Ubuntu Quantal)
2012-12-03 21:40:03 Adam Gandelman quantum (Ubuntu Quantal): status New Confirmed
2012-12-28 16:20:51 Clint Byrum quantum (Ubuntu Quantal): status Confirmed Fix Committed
2012-12-28 16:20:55 Clint Byrum bug added subscriber Ubuntu Stable Release Updates Team
2012-12-28 16:21:00 Clint Byrum bug added subscriber SRU Verification
2012-12-28 16:21:10 Clint Byrum tags in-stable-folsom in-stable-folsom verification-needed
2013-01-11 16:17:21 Launchpad Janitor branch linked lp:ubuntu/quantal-proposed/quantum
2013-01-22 14:43:01 Mark McLoughlin tags in-stable-folsom verification-needed verification-needed
2013-01-29 13:16:05 Launchpad Janitor quantum (Ubuntu Quantal): status Fix Committed Fix Released
2013-04-04 10:13:10 Thierry Carrez quantum: milestone grizzly-1 2013.1