[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404162#comment-16404162
 ] 

ASF GitHub Bot commented on CLOUDSTACK-10301:
---------------------------------------------

rafaelweingartner commented on a change in pull request #2462: 
[CLOUDSTACK-10301] Allow updating the network ACL list name and Description
URL: https://github.com/apache/cloudstack/pull/2462#discussion_r175302141
 
 

 ##########
 File path: 
server/src/test/java/com/cloud/network/vpc/NetworkACLServiceImplTest.java
 ##########
 @@ -64,9 +67,11 @@
     @Mock
     private NetworkACLItemDao networkAclItemDaoMock;
     @Mock
-    private EntityManager EntityManagerMock;
+    private EntityManager entityManagerMock;
     @Mock
-    private AccountManager AccountManager;
+    private AccountManager AccountManagerMock;
 
 Review comment:
   Sure, it was a case of "ctrl+v" fail

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Allow updating the network ACL list name and Description 
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-10301
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10301
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: Rafael Weingärtner
>            Assignee: Rafael Weingärtner
>            Priority: Major
>
> Currently, it is not possible to update the Network ACL name or Description 
> of an ACL after it has been created. It might be interesting to expose this 
> option via API and to add this feature to the UI.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to