From 6493727bc0a484723625e733c1a5968894bce47d Mon Sep 17 00:00:00 2001 From: David Date: Mon, 3 Feb 2025 11:36:00 +0100 Subject: [PATCH 1/2] M #-: Update labels and type of issue templates (#6891) Signed-off-by: dcarracedo --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/enhancement-request.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76f6792060c..1a1c648b735 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,8 @@ --- name: Bug report about: Create a report to help us improve -labels: 'Type: Bug' +labels: 'Status: Pending' +type: 'Bug' --- /!\ To report a **security issue** please follow this procedure: diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md index c1a7c952af4..44f2464e25a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -1,7 +1,8 @@ --- name: New Feature request about: Suggest an idea to improve OpenNebula -labels: 'Type: Feature' +labels: 'Status: Pending' +type: 'Feature' --- **Description** From c50994395efa0fc60aa82c306f1e55764e93fac3 Mon Sep 17 00:00:00 2001 From: Anton Todorov Date: Tue, 4 Feb 2025 15:57:39 +0200 Subject: [PATCH 2/2] B #6575: Load remote env for detach_nic To actually detach the NIC device from the VM --- src/vmm_mad/remotes/kvm/detach_nic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmm_mad/remotes/kvm/detach_nic b/src/vmm_mad/remotes/kvm/detach_nic index 6bbc054b6fe..d5881884ed3 100755 --- a/src/vmm_mad/remotes/kvm/detach_nic +++ b/src/vmm_mad/remotes/kvm/detach_nic @@ -109,7 +109,7 @@ end # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ -load_local_env +load_remote_env domain = ARGV[0] mac = ARGV[1]