Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added util ffiles to replace waagent.MyDistro * renamed files and added constants * updated vmaccess.py * added ovfutils.py and refactored more code * made logging selective for testing * updated error handling for subprocess * updated error message * set shell-False explicitly for subprocess.Popen * updated IOError to OSError OSError catches more exceptions than IOError * updated logger.py * updated logger for tests * saving work * Saving work * updated test method * Updated method for reset_ssh * combined catch for different exceptions in one statement * Updated VMAcces version * Updated parameters for Iptable update * Fixed ovf-env.xml import logic * fixed return code * Added a new handler util file that doesn't import waagent * fixed error reporting for cmd * made logger context global * fixed missing logs * fixed typo and bug with invoking openssl * updated comment * Revert "updated comment" This reverts commit d46b1c6. * updated comment and fixed logic * changed behavior when no public key is sent, updated log message Updated the behavior when vmaccess extension tries to add public key from ovf-env.xml file Updated log message. * Addressed comment regarding /etc/waagent.conf * Fixed typo in distro_utils variable name * Fixed conversion of public key to ssh-rsa key * removed opensslutils * Added fault tolerence to public key generation from ovf-env.xml * Updated makefile * Removed the behavior of adding public keys from ovf-env.xml to $Home/.ssh/authorized_keys when no ssh_key is specified * Fixed makefile to work with EDP pipeline. Fixed spelling in comment
- Loading branch information