----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9605/ -----------------------------------------------------------
Review request for cloudstack, Abhinandan Prateek, Kishan Kavala, and Koushik Das. Description ------- CLOUDSTACK-1293: When a vm instance is created from a password enabled template, the generated password is not pushed into the VR (/var/cache/cloud/passwords). Generated password is not handled to send into the VR. Fixed that. This addresses bug CLOUDSTACK-1293. Diffs ----- engine/api/src/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntity.java 1fd4e54 engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManager.java 8e58e73 engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManagerImpl.java 7d27e3e engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity/api/VirtualMachineEntityImpl.java 13358d8 server/src/com/cloud/vm/UserVmManagerImpl.java 7e64cea Diff: https://reviews.apache.org/r/9605/diff/ Testing ------- Tested locally. Thanks, Harikrishna Patnala