[GitHub] cloudstack pull request: CLOUDSTACK-7541: Added restriction to not...

2014-11-17 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] cloudstack pull request: CLOUDSTACK-7541: Added restriction to not...

2014-10-30 Thread anshul1886
GitHub user anshul1886 opened a pull request:

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

CLOUDSTACK-7541: Added restriction to not allow custom disk offering with 
disksize

Added restriction to not allow custom disk offering with disksize

UI doesn't allow but with API we were able to create custom disk offering 
with disk size
which was causing this issue

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-7541

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/28.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 #28


commit faf037f42a662660838f6ff129b11b8e52421a7e
Author: Anshul Gangwar anshul.gang...@citrix.com
Date:   2014-10-22T04:29:42Z

CLOUDSTACK-7541: Added restriction to not allow custom disk offering with 
disksize
UI doesn't allow but with API we were able to create custom disk offering 
with disk size
which was causing this issue




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


[GitHub] cloudstack pull request: CLOUDSTACK-7541: Added restriction to not...

2014-10-30 Thread anshul1886
Github user anshul1886 commented on the pull request:

https://github.com/apache/cloudstack/pull/28#issuecomment-61080108
  
There seems to be some setup issue. This commit has made changes into 
custom disk offering. And that test is passing fine. Also error logs also shows 
some setup issue.


usr/local/lib/python2.7/dist-packages/nose-1.3.4-py2.7.egg/nose/plugins/manager.py:395:
 RuntimeWarning: Unable to load plugin marvinPlugin = 
marvin.marvinPlugin:MarvinPlugin: mysql-connector-python=1.1.6
  RuntimeWarning)
Usage: nosetests [options]

nosetests: error: no such option: --with-marvin
/home/travis/build.sh: line 108: 14848 Terminated  
travis_jigger $! $timeout $cmd

travis_time:end:0da67387:start=1414660406188033558,finish=1414660407047833113,duration=859799555

The command for suite in $TESTS; do travis_wait 30 nosetests 
--with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin 
--marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a 
tags=advanced,required_hardware=false --zone=Sandbox-simulator 
--hypervisor=simulator ; done exited with 2.
travis_time:start:05291c61



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