fix pep8 error :/
This commit is contained in:
parent
5becf2ad3d
commit
199e511e17
@ -316,7 +316,7 @@ class SecurityGroup(BASE, NovaBase):
|
|||||||
'SecurityGroup.deleted == False)',
|
'SecurityGroup.deleted == False)',
|
||||||
secondaryjoin='and_('
|
secondaryjoin='and_('
|
||||||
'SecurityGroupInstanceAssociation.instance_id == Instance.id,'
|
'SecurityGroupInstanceAssociation.instance_id == Instance.id,'
|
||||||
# (anthony) the condition below shouldn't be necessary now that the
|
# (anthony) the condition below shouldn't be necessary now that the
|
||||||
# association is being marked as deleted. However, removing this
|
# association is being marked as deleted. However, removing this
|
||||||
# may cause existing deployments to choke, so I'm leaving it
|
# may cause existing deployments to choke, so I'm leaving it
|
||||||
'Instance.deleted == False)',
|
'Instance.deleted == False)',
|
||||||
|
Loading…
Reference in New Issue
Block a user