]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Confusing message deleting default security group
authorAbhishek Talwar <abhishek.talwar@tcs.com>
Wed, 24 Dec 2014 04:34:32 +0000 (10:04 +0530)
committerAbhishek Talwar <abhishek.talwar@tcs.com>
Wed, 31 Dec 2014 08:35:52 +0000 (14:05 +0530)
commit907693ea9b13819f733462d88fcbc096a5926a4d
treedd6bf2d5dcbf91c04c3ea5cf2c1f68cdc69c0d90
parentc8a8be0f6863dd34f0f0be791ec9c705bd9bccce
Confusing message deleting default security group

Trying to delete default security group from a non-admin
user gives an error "Removing default security group not
allowed. (HTTP 400).
But this message is not clear as the user does not get to
know why is he not allowed to remove the default security
group.

So updated the error message to give a more optimal message
to the user.

Change-Id: I25744b854371208d68a5cbdcf83079db7c54f96f
Closes-Bug: #1403743
neutron/extensions/securitygroup.py