[
https://issues.apache.org/jira/browse/CLOUDSTACK-5976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989826#comment-13989826
]
ASF subversion and git services commented on CLOUDSTACK-5976:
-------------------------------------------------------------
Commit 5ccde5de93db2a9b7768771912d2111cedbb1ed4 in cloudstack's branch
refs/heads/4.3 from [~harikrishna.patnala]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5ccde5d ]
CLOUDSTACK-5976: Typo in "ssh_keypairs" table's foreign key constraints
on the Upgraded Setup
Conflicts:
engine/schema/src/com/cloud/upgrade/dao/Upgrade302to40.java
> [upgrade]Typo in "ssh_keypairs" table's foreign key constraints on the
> Upgraded Setup
> -------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-5976
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5976
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Upgrade
> Affects Versions: 4.3.0
> Reporter: Harikrishna Patnala
> Assignee: Harikrishna Patnala
> Fix For: 4.4.0
>
>
> Upgraded from 2.2.14 to 4.3
> There is a typo on ssh_keypair table
> On Upgraded Setup:
> KEY `fk_ssh_keypair__account_id` ( `account_id` ),
> KEY `fk_ssh_keypair__domain_id` ( `domain_id` ),
> On Felton Fresh Installation:
> KEY `fk_ssh_keypairs__account_id` ( `account_id` ),
> KEY `fk_ssh_keypairs__domain_id` ( `domain_id` ),
--
This message was sent by Atlassian JIRA
(v6.2#6252)