From 695787711e249c97340136680e0a72a46713e29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Fri, 1 Jul 2016 17:26:42 +0200 Subject: [PATCH] Bug #4600: Fix cluster param desc. in vnet and ds allocate (cherry picked from commit 2860816666d87099cd28f48b23eb1413226483cb) --- src/oca/ruby/opennebula/datastore.rb | 3 +-- src/oca/ruby/opennebula/virtual_network.rb | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/oca/ruby/opennebula/datastore.rb b/src/oca/ruby/opennebula/datastore.rb index a4f0fd2fca..a4528e6276 100644 --- a/src/oca/ruby/opennebula/datastore.rb +++ b/src/oca/ruby/opennebula/datastore.rb @@ -85,8 +85,7 @@ module OpenNebula # Allocates a new Datastore in OpenNebula # # @param description [String] The template of the Datastore. - # @param cluster_id [Integer] Id of the cluster. If it is -1, - # this datastore won't be added to any cluster. + # @param cluster_id [Integer] Id of the cluster, -1 to use default # # @return [Integer, OpenNebula::Error] the new ID in case of # success, error otherwise diff --git a/src/oca/ruby/opennebula/virtual_network.rb b/src/oca/ruby/opennebula/virtual_network.rb index 45e693b1c6..09a03154e4 100644 --- a/src/oca/ruby/opennebula/virtual_network.rb +++ b/src/oca/ruby/opennebula/virtual_network.rb @@ -76,8 +76,7 @@ module OpenNebula # Allocates a new VirtualNetwork in OpenNebula # # @param description [String] The template of the VirtualNetwork. - # @param cluster_id [Integer] Id of the cluster. If it is -1, - # this VirtualNetwork won't be added to any cluster. + # @param cluster_id [Integer] Id of the cluster, -1 to use default # # @return [Integer, OpenNebula::Error] the new ID in case of # success, error otherwise