-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19258/
-----------------------------------------------------------

Review request for cloudstack, daan Hoogland and Hugo Trippaers.


Repository: cloudstack-git


Description
-------

When creating a new ACL Rule, and ONLY if provided Network Id instead of VPC 
Id, we
should make sure we don't change an ACL that is used by other networks. So if 
other
networks use it, we clone it, assign the new one to the given network and add 
the
new ACL Rule. This functionality should dissapear for next release, for that we 
will
not accept the Network Id as a parameter for that command, but only the Vpc ID
(required instead of optional)

On the other hand, having the functionality of cloning ACLs is useful.


Diffs
-----

  api/src/com/cloud/network/vpc/NetworkACLService.java 29ae4ea 
  build/replace.properties 265f335 
  engine/schema/src/com/cloud/network/vpc/NetworkACLItemDao.java e278485 
  engine/schema/src/com/cloud/network/vpc/NetworkACLVO.java a0b77c7 
  engine/schema/src/com/cloud/network/vpc/dao/NetworkACLDao.java 5e2a6f5 
  engine/schema/src/com/cloud/network/vpc/dao/NetworkACLDaoImpl.java bc178d3 
  engine/schema/src/com/cloud/network/vpc/dao/NetworkACLItemDaoImpl.java 
31ff6f2 
  server/src/com/cloud/network/vpc/NetworkACLServiceImpl.java ec43883 
  server/test/com/cloud/network/vpc/NetworkACLServiceTest.java PRE-CREATION 
  server/test/com/cloud/vpc/NetworkACLServiceTest.java 786789f 

Diff: https://reviews.apache.org/r/19258/diff/


Testing
-------

Full maven build plus execution of ACL and ACL rule functionalities


Thanks,

Antonio Fornie

Reply via email to