Public bug reported:

When we try to delete a security group, unnecessary query is running to
update the resource of the security group which we are deleting.

Example: At the time of delete operation 'quotausages' table is being updated 
by resource (security_group_rule) which are not available in it, 
UPDATE query is below:-
UPDATE quotausages SET dirty=1 WHERE quotausages.resource = 
'security_group_rule' AND 
quotausages.tenant_id = '{ID}';

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1695147

Title:
  Unnecessary query is running to update the resource of the security
  group

Status in neutron:
  New

Bug description:
  When we try to delete a security group, unnecessary query is running
  to update the resource of the security group which we are deleting.

  Example: At the time of delete operation 'quotausages' table is being updated 
by resource (security_group_rule) which are not available in it, 
  UPDATE query is below:-
  UPDATE quotausages SET dirty=1 WHERE quotausages.resource = 
'security_group_rule' AND 
  quotausages.tenant_id = '{ID}';

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1695147/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to