This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 5cbe3da703c Remove isMirrored hardcoded parameter value from execution 
of createDiskOffering API through UI (#10474)
     add f0179855f54 add use of virsh domifaddr to get VM external DHCP IP 
(#10376)
     add f50de8981af cloudstack-setup-databases: fix mode and group of key file 
(#10466)
     add 217e5344461 linstor: improve integration-tests (#10439)
     add a9fbc6b0563 UI: Filter accounts by domain while creating templates - 
from Volume / Snapshot (#10455)
     add a89607da659 UI: List host OOBM details when enabled and configured 
(#10472)
     add b41acf28d4c UI: Show Host OOBM parameter in form if configured (#10484)
     new 48ed5e24175 Merge branch '4.19' into 4.20
     new a6b1403ca6c Merge branch '4.20' of 
https://github.com/apache/cloudstack into 4.20

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../LibvirtGetVmIpAddressCommandWrapper.java       | 167 +++++++----
 .../LibvirtGetVmIpAddressCommandWrapperTest.java   | 320 +++++++++++++++++++++
 setup/bindir/cloud-setup-databases.in              |   2 +
 .../plugins/linstor/test_linstor_volumes.py        | 252 +++++++++++++---
 ui/public/locales/en.json                          |   6 +
 ui/src/config/section/infra/hosts.js               |  12 +-
 ui/src/config/section/storage.js                   |  21 +-
 ui/src/views/infra/ConfigureHostOOBM.vue           | 172 +++++++++++
 ui/src/views/infra/HostInfo.vue                    |  46 ++-
 ui/src/views/storage/CreateTemplate.vue            | 113 ++++----
 10 files changed, 941 insertions(+), 170 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtGetVmIpAddressCommandWrapperTest.java
 create mode 100644 ui/src/views/infra/ConfigureHostOOBM.vue

Reply via email to