[
https://issues.apache.org/jira/browse/CLOUDSTACK-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711381#comment-13711381
]
ASF subversion and git services commented on CLOUDSTACK-3584:
-------------------------------------------------------------
Commit 36c0224142228ed0e69ec4f3337dd74caf1fa21e in branch refs/heads/master
from [~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=36c0224 ]
CLOUDSTACK-3584: fixed security group related apis with the correct class
reference for projectid parameter
Conflicts:
api/src/org/apache/cloudstack/api/command/user/vmgroup/CreateVMGroupCmd.java
> Cannot add rules to default project security group, neither create new
> security group in project
> ------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-3584
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3584
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.1.0
> Environment: KVM, Basic Networking,
> Reporter: Velin Budinov
> Assignee: Alena Prokharchyk
> Priority: Blocker
>
> command=authorizeSecurityGroupIngress&response=json&sessionkey=AVStK4BFjlWUdRkV5oIi9sD6NMY%3D&projectid=d52c4dbd-725a-4b3b-a1f1-98ea7e307fa6&securitygroupid=1630c432-fad8-41de-b2e5-bc142eb310c1&protocol=tcp&domainid=527dbe5b-6a02-4d00-b1da-5df52fc685c0&startport=12543&endport=12543&cidrlist=0.0.0.0%2F0&_=1373995376396
> Response: Unable to find project by id
> mysql> select * from projects where id=8 \G;
> *************************** 1. row ***************************
> id: 8
> name: SysOps
> uuid: d52c4dbd-725a-4b3b-a1f1-98ea7e307fa6
> display_text: SysOps Internal Infrastructure instances
> project_account_id: 31
> domain_id: 6
> created: 2013-07-16 13:32:28
> removed: NULL
> state: Active
>
> mysql> select * from domain where id=6 \G;
> *************************** 1. row ***************************
> id: 6
> parent: 1
> name: Methodia
> uuid: 527dbe5b-6a02-4d00-b1da-5df52fc685c0
> owner: 2
> path: /Methodia/
> level: 1
> child_count: 0
> next_child_seq: 1
> removed: NULL
> state: Active
> network_domain: NULL
> type: Normal
> mysql> select * from security_group where id=33 \G;
> *************************** 1. row ***************************
> id: 33
> name: default
> uuid: 1630c432-fad8-41de-b2e5-bc142eb310c1
> description: Default Security Group
> domain_id: 6
> account_id: 31
--
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