Activity log for bug #1260905

Date Who What changed Old value New value Message
2013-12-14 01:01:39 Tushar Kalra bug added bug
2013-12-14 01:01:56 Tushar Kalra nova: assignee Tushar (tkay)
2013-12-14 01:02:33 Tushar Kalra description When nova net-create and net-delete are prohibited by policy, we should raise policy violation error (403) to the user instead of service unavailable (503) error which is incorrect. Steps to reproduce: 1. Add the following policies to policy.json: "network:create": "rule:admin_api", "network:delete": "rule:admin_api" 2. As a non-admin user, run nova net-create: nova net-create xyz 192.168.254.1/30 ERROR: Create networks failed (HTTP 503) Here's the output of other forbidden commands: $ nova baremetal-node-list ERROR: Policy doesn't allow compute_extension:baremetal_nodes to be performed. (HTTP 403) When nova net-create and net-delete are prohibited by policy, we should raise policy violation error (403) to the user instead of service unavailable (503) error which is incorrect. Steps to reproduce: 1. Add the following policies to policy.json: "network:create": "rule:admin_api", "network:delete": "rule:admin_api" 2. As a non-admin user, run nova net-create: $ nova net-create xyz 192.168.254.1/30 ERROR: Create networks failed (HTTP 503) Here's the output of other forbidden commands: $ nova baremetal-node-list ERROR: Policy doesn't allow compute_extension:baremetal_nodes to be performed. (HTTP 403)
2013-12-14 01:16:12 OpenStack Infra nova: status New In Progress
2013-12-14 05:56:43 Abhishek Chanda nova: importance Undecided Low
2014-01-12 06:11:34 OpenStack Infra nova: status In Progress Fix Committed
2014-01-13 20:51:20 Russell Bryant nova: milestone icehouse-2
2014-01-22 16:17:45 Thierry Carrez nova: status Fix Committed Fix Released
2014-04-17 09:00:46 Thierry Carrez nova: milestone icehouse-2 2014.1