[
https://issues.apache.org/jira/browse/CLOUDSTACK-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112201#comment-15112201
]
ASF GitHub Bot commented on CLOUDSTACK-9245:
--------------------------------------------
Github user wilderrodrigues commented on the pull request:
https://github.com/apache/cloudstack/pull/1358#issuecomment-173860410
Ping @remibergsma @borisroman @michaelandersen
Manual tests:
* Deleting attached ACL

* ACL with items

* Deleting attached ACL

* Using cloud-monkey to delete attached ACL
```
(local) 🐵 > delete networkacllist id=98a50aad-52c4-4196-b71c-c414eb939435
accountid = 0223d070-c0e1-11e5-902d-5254001daa61
cmd = org.apache.cloudstack.api.command.user.network.DeleteNetworkACLListCmd
created = 2016-01-22T09:30:04+0000
jobid = 2b134fd9-a8cf-49e4-96fc-b25b0046ab64
jobprocstatus = 0
jobresult:
success = True
jobresultcode = 0
jobresulttype = object
jobstatus = 1
userid = 0223deab-c0e1-11e5-902d-5254001daa61
(local) 🐵 >
```
> As an User I want to be able to delete non-attached ACL lists that contain
> items
> --------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9245
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9245
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: VPC
> Affects Versions: 4.5.0, 4.6.0, 4.7.0
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
> Fix For: 4.7.1
>
>
> Create a VPC, add a network, create an ACL, add items to the ACL, attached
> the ACL to the network.
> Trying to delete it should fail, and it actually does. That's expected.
> Now detach the ACL from the network, delete the network, try to delete the
> ACL. It fails because the ACL contains item.
> If we delete the VPC, the ACL is also deleted. We want to simply delete the
> ACL and its items in one go.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)