1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #4600: Fix cluster param desc. in vnet and ds allocate

(cherry picked from commit 2860816666d87099cd28f48b23eb1413226483cb)
This commit is contained in:
Carlos Martín 2016-07-01 17:26:42 +02:00
parent ceb2feaddf
commit 695787711e
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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