You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/04/25 02:14:16 UTC

git commit: FGCP: fix system template component descriptor name to ensure created machine name complies with spec

Updated Branches:
  refs/heads/master cc6f9a3cb -> 858d86f16


FGCP: fix system template component descriptor name
to ensure created machine name complies with spec


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/858d86f1
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/858d86f1
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/858d86f1

Branch: refs/heads/master
Commit: 858d86f16a37af00012d7c86d0f52388ebb194a5
Parents: cc6f9a3
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Thu Apr 25 08:17:15 2013 +1000
Committer: Dies Koper <di...@fast.au.fujitsu.com>
Committed: Thu Apr 25 10:13:59 2013 +1000

----------------------------------------------------------------------
 .../drivers/fgcp/fgcp_driver_cimi_methods.rb       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/858d86f1/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb b/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb
index e57bb2d..9ff83e3 100644
--- a/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb
+++ b/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb
@@ -254,7 +254,7 @@ module Deltacloud::Drivers::Fgcp
               )
             end if vserver['vdisks']
             {
-              :name             => desc['vsysdescriptorName'][0],
+              :name             => vserver['vserverName'][0],
               :description      => '',
               :type             => "http://schemas.dmtf.org/cimi/1/Machine",
               :machine_template => CIMI::Model::MachineTemplate.new(