Feature #5493
Add additional information for virtual network drivers
| Status: | Closed | Start date: | 10/24/2017 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | Drivers - Network | |||
| Target version: | Release 5.6 | |||
| Resolution: | fixed | Pull request: |
Description
Extend the list of attributes send to the OpenNebula network drivers. The list of attributes could be also made configurable. For example:
--- a/src/vmm_mad/exec/one_vmm_exec.rb
+++ b/src/vmm_mad/exec/one_vmm_exec.rb
@@ -139,7 +139,7 @@ class VmmAction
# List of xpaths required by the VNM driver actions. TEMPLATE/NIC is
# also required but added separately to the driver xml
XPATH_LIST = %w(
- ID DEPLOY_ID
+ ID DEPLOY_ID TEMPLATE/CONTEXT USER_TEMPLATE
TEMPLATE/SECURITY_GROUP_RULE
HISTORY_RECORDS/HISTORY/HOSTNAME
HISTORY_RECORDS/HISTORY/VM_MAD
History
#1
Updated by Ruben S. Montero over 3 years ago
This issue is more general and could be useful for all the actions in the one_vmm_exec.rb
#2
Updated by Jaime Melis over 3 years ago
- Status changed from New to Closed
- Assignee set to Jaime Melis
- Resolution set to fixed