GitHub user nitin-maharana opened a pull request:

    https://github.com/apache/cloudstack/pull/1206

    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 the validation check for volume name.

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/1206.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 #1206
    
----
commit 4a5993b5d4693fcdb7017503d5776d66104e643f
Author: Nitin Kumar Maharana <nitin.mahar...@gmail.com>
Date:   2015-12-09T11:50:48Z

    CLOUDSTACK-9132: API createVolume takes empty string for name parameter
    
    Added the validation check for volume name.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to