Harikrishna Patnala created CLOUDSTACK-5976:
-----------------------------------------------
Summary: [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.3.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.1.5#6160)