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:
parent
ceb2feaddf
commit
695787711e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user