GitHub user nitin-maharana opened a pull request:
https://github.com/apache/cloudstack/pull/1273
CLOUDSTACK-9132: API createVolume takes empty string for name parameter
Steps to Reproduce:
================
Create a volume using createVolume API where parameter name is empty.
It creates a volume with empty name.
But the name parameter is mandatory.(Issue)
Expected Behaviour:
================
It shouldn't create a volume with an empty name. Error should be returned.
Solution:
=======
Added a condition to check in case of empty string. If the name is an empty
string, it generates a random name for the volume. Made the name field optional
in UI as well as in API.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nitin-maharana/CloudStack CloudStack-Nitin15
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1273.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1273
----
commit 46c23f1a5b08b36ae9c426491a081edb0b5ba772
Author: Nitin Kumar Maharana <[email protected]>
Date: 2015-12-22T08:01:09Z
CLOUDSTACK-9132: API createVolume takes empty string for name parameter
Added a condition to check in case of empty string.
If the name is an empty string, it generates a random name for the volume.
Made the name field as optional in UI as well as in API.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---