[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-13 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-219169448 Ok, what I will do is merge it into 4.6 and forward merge it to 4.7 and then run CI on it there. I also need to verify what is forward merged from 4.6 because I don'

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-13 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-219169003 That is fine, I don't mind doing that. Is that the process here? This is the first time I have handled a 4.6 PR. Will a 4.6 ever be released, or is that just not i

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-13 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-219165095 @swill why not just test against 4.6 and then merge forward? if not, we need to rebase the branch. Pretty sure @ustcweizhou already did that in-house. --- If

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-13 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-219134524 @rhtyd I can run CI on this, but it is based against 4.6. I am not sure what to do about that. Should @ustcweizhou at least rebase against 4.7 so we can get it in a

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-12 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-218959585 @swill this can be CI tested and merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-05-02 Thread rhtyd
Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-216208175 @ustcweizhou can you rebase against latest master and share state of your PR, thanks LGTM, though a marvin smoke test that can run with Travis would be great

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-03-13 Thread alexandrelimassantana
Github user alexandrelimassantana commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1212#discussion_r55956795 --- Diff: server/src/com/cloud/server/ManagementServerImpl.java --- @@ -3567,7 +3567,17 @@ public boolean deleteSSHKeyPair(final DeleteSSHK

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-01-27 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-175687426 LGTM, if we don't have any outstanding objections -- let's merge this? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2016-01-10 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-170342555 @ustcweizhou any update? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164201602 @ustcweizhou @borisroman we will release both 4.6.2 and 4.7.0 RDs tomorrow --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164199618 @ustcweizhou Thanks! Will see them when they arrive! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread ustcweizhou
Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164198697 @DaanHoogland I will add some tests in the file when I have time. currently I have some other tasks to do (not porting). --- If your project is set up for i

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread ustcweizhou
Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1212#discussion_r47437500 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -185,6 +186,8 @@ @Mock GlobalLoadBalancerRuleDao _gslbRuleDa

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164191853 It is certainly not wanted but as it is in an otherwise working unit test it is allowed. It does not interfere with the correct working of the system. --- If

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164189121 Hi @DaanHoogland, well then that's your opinion. Mine is, as a developer I do not want dead code to be added to the project. Therefore I stand by my :-1:

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164188525 @borisroman I don't agree with your :-1: The artifact from a port in a test class that otherwise compiles is worth a -1? --- If your project is set up for it,

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164178288 Until either a test is added, which is preferred! Or the dead code (see comment) is removed, :-1: --- If your project is set up for it, you can reply to this e

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread borisroman
Github user borisroman commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1212#discussion_r47435698 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -185,6 +186,8 @@ @Mock GlobalLoadBalancerRuleDao _gslbRuleDao

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-12 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-164174462 LGTM based on these tests: ``` nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=true \ component/test_

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-11 Thread agneya2001
Github user agneya2001 commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-163939898 Sorry, I just started looking at PRs, next time I will elaborate on my LGTM. For this particular one when a account is deleted it leaves the ssh key in the us

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-11 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-163927873 @agneya2001 What made you LGTM this? the titel of the PR? The description of the feature in the ticket? code review? testing? --- If your project is set up fo

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-10 Thread agneya2001
Github user agneya2001 commented on the pull request: https://github.com/apache/cloudstack/pull/1212#issuecomment-163835153 LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cloudstack pull request: CLOUDSTACK-9136: remove ssh keypairs alon...

2015-12-10 Thread ustcweizhou
GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/1212 CLOUDSTACK-9136: remove ssh keypairs along with removing account We also allow ROOT Admin to remove remained ssh keypairs of removed account You can merge this pull request into a Git repos