From f80e93528f4017e02c9db7fc973605ca5d65714f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20V=C3=A1zquez=20Blanco?= Date: Thu, 21 Jan 2010 15:22:42 +0000 Subject: [PATCH] Changing OCCI network XML structure for coherence git-svn-id: http://svn.opennebula.org/one/trunk@962 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- src/cloud/occi/lib/OCCIServer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/occi/lib/OCCIServer.rb b/src/cloud/occi/lib/OCCIServer.rb index 8d05620b8a..9a1bb825df 100755 --- a/src/cloud/occi/lib/OCCIServer.rb +++ b/src/cloud/occi/lib/OCCIServer.rb @@ -233,7 +233,7 @@ class OCCIServer < CloudServer begin vntemplate = network.to_one_template( - network_info['NIC'], + network_info['NETWORK'], @config[:bridge]) rc = network.allocate(vntemplate) network.info