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:
parent
475f81807b
commit
711528e6aa
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user