From 711528e6aacc6cad21bc6cd4ca5cf75a1fbd64d0 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Mon, 3 Nov 2014 17:43:40 +0100 Subject: [PATCH] Feature #3175: Include TEMPLATE/SECURITY_GROUP_RULE as a required attribute to send to the vnm drivers. --- src/vmm_mad/exec/one_vmm_exec.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vmm_mad/exec/one_vmm_exec.rb b/src/vmm_mad/exec/one_vmm_exec.rb index 3d7fbcc8d4..673f93243a 100755 --- a/src/vmm_mad/exec/one_vmm_exec.rb +++ b/src/vmm_mad/exec/one_vmm_exec.rb @@ -44,7 +44,12 @@ require 'pp' class VmmAction # List of xpaths required by the VNM driver actions - XPATH_LIST = %w(ID DEPLOY_ID TEMPLATE/NIC HISTORY_RECORDS/HISTORY/HOSTNAME) + XPATH_LIST = %w( + ID DEPLOY_ID + TEMPLATE/NIC + TEMPLATE/SECURITY_GROUP_RULE + HISTORY_RECORDS/HISTORY/HOSTNAME + ) attr_reader :data