1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-11 04:58:16 +03:00

Bug #2910: Add hostname back into driver action message

This commit is contained in:
Tino Vazquez 2014-05-14 17:07:15 +02:00
parent ef97a6e8a9
commit b6761ae434

View File

@ -44,7 +44,7 @@ require 'pp'
class VmmAction
# List of xpaths required by the VNM driver actions
XPATH_LIST = %w(ID DEPLOY_ID TEMPLATE/NIC)
XPATH_LIST = %w(ID DEPLOY_ID TEMPLATE/NIC HISTORY_RECORDS/HISTORY/HOSTNAME)
attr_reader :data