1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #3175: Include TEMPLATE/SECURITY_GROUP_RULE as a

required attribute to send to the vnm drivers.
This commit is contained in:
Jaime Melis 2014-11-03 17:43:40 +01:00
parent 475f81807b
commit 711528e6aa

View File

@ -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