Alena Prokharchyk created CLOUDSTACK-572: --------------------------------------------
Summary: SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network. Key: CLOUDSTACK-572 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-572 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Affects Versions: 4.0.0 Reporter: Alena Prokharchyk Assignee: Alena Prokharchyk Fix For: 4.1.0 SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network. Tested with: [root@centos62mgmt management]# cloud-sccs Git Revision: 7ff2f872debb5446c1f1ee844791b76a4352818e Git URL: ssh://r...@git-cpp.citrix.com/var/lib/git/cloudstack-oss Set up: Advanced zone set up with SG enabled. Create an account. As this account , Deploy few Vms in the "Zone wide shared SG enabled" network. Create a account specific shared network for this account. Deploy a Vm in this network using the folloiwng api call: It fails. GET command=deployVirtualMachine&zoneId=80f6719f-8fcc-4c87-bf36-b955e9389353&templateId=abd10db9-5903-469f-a509-ab41699c0160&hypervisor=KVM&serviceOfferingId=8178b836-4c8d-4dfe-9b19-e3931e7234a8&networkIds=d8bf2c7c-7741-43bc-858f-085adbc4cca6&displayname=testacctspecific&name=testacctsepecific&response=json&sessionkey=Yc797M%2BFtASw4helMfW6gONcxw8%3D&_=1354232543251 431 Can specify only Direct Guest Account specific networks when deploy vm in Security Group enabled mysql> select acl_type , name,id,uuid,guest_type from networks; +----------+---------------------+-----+--------------------------------------+------------+ | acl_type | name | id | uuid | guest_type | +----------+---------------------+-----+--------------------------------------+------------+ | NULL | NULL | 200 | 2ddf7576-bda4-414d-adc3-f47df493fbee | NULL | | NULL | NULL | 201 | 7c1af3f2-19d8-489a-a64b-b68a5af9b1bf | NULL | | NULL | NULL | 202 | 9365f3d0-ac2f-44e1-bb10-4a4ad6b769c3 | NULL | | Domain | defaultGuestNetwork | 203 | a8617a98-da48-41c5-b3fd-f985833b934d | Shared | | Account | test | 204 | d8bf2c7c-7741-43bc-858f-085adbc4cca6 | Shared | +----------+---------------------+-----+--------------------------------------+------------+ 5 rows in set (0.00 sec) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira