Branch: refs/heads/master
Home: https://github.com/NixOS/nixops
Commit: 8d7a4bfb6d2eb98a0cc6a267d12ab1965abbc325
https://github.com/NixOS/nixops/commit/8d7a4bfb6d2eb98a0cc6a267d12ab1965abbc325
Author: Bas van Dijk <[email protected]>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M nixops/backends/none.py
Log Message:
-----------
backends/none: don't use _ssh_private_key if its corresponding public key
hasn't been deployed yet
This should fix #361.
The boolean attribute none.sshPublicKeyDeployed is added to the
NoneState and defaults to False. It indicates whether the SSH public key
has been deployed to the target. If it's False the get_ssh_flags()
function will not set the corresponding private key as the identity.
none.sshPublicKeyDeployed will be set to True after activating the
configuration. From then on get_ssh_flags() will set the identity to the
corresponding private key allowing nixops to authenticate itself using
the keypair stored in its DB.
Commit: 98d40e3ce4581a6d7a46eddeaa2b6190d4b31147
https://github.com/NixOS/nixops/commit/98d40e3ce4581a6d7a46eddeaa2b6190d4b31147
Author: aszlig <[email protected]>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M nixops/backends/none.py
Log Message:
-----------
Merge pull request #364 from @basvandijk.
Also closes #361.
This makes sure that machines that are already deployed using the "none"
backend get the right public key before even attempting to connect
blindly.
To make sure this works even with new deployments, I successfully ran
the VM test for the "none" backend.
Commit: 4d93c1382ceb4e8134f59b88a53b29333c0f1e1c
https://github.com/NixOS/nixops/commit/4d93c1382ceb4e8134f59b88a53b29333c0f1e1c
Author: aszlig <[email protected]>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M nixops/backends/none.py
Log Message:
-----------
backends/none: Fix PEP-8 style issue.
While this file has quite a lot of other PEP-8-related errors, things
like this usually tend to spring into my eyes.
This particularly fixes E251 (unexpected spaces around keyword /
parameter equals), even though the line is still too long :-/
Signed-off-by: aszlig <[email protected]>
Compare: https://github.com/NixOS/nixops/compare/8f61177fd46a...4d93c1382ceb_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits