You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by nitt10prashant <gi...@git.apache.org> on 2015/12/03 07:44:23 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-9087:adding projectid paramete...

GitHub user nitt10prashant opened a pull request:

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

    CLOUDSTACK-9087:adding projectid parameter to create method of class VmSnapshot

    Adding projectid parameter to class VmSnapshot of base.py .

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

    $ git pull https://github.com/nitt10prashant/cloudstack mvr

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

    https://github.com/apache/cloudstack/pull/1153.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 #1153
    
----
commit bf24ad8099366a3f17bc4e3a94236a75a2e673de
Author: nitt10prashant <ni...@gmail.com>
Date:   2015-11-26T10:57:15Z

    CLOUDSTACK-9087:adding projectid parameter to create method of class VmSnapshot

----


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

[GitHub] cloudstack pull request: CLOUDSTACK-9087:adding projectid paramete...

Posted by nitt10prashant <gi...@git.apache.org>.
Github user nitt10prashant closed the pull request at:

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


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

[GitHub] cloudstack pull request: CLOUDSTACK-9087:adding projectid paramete...

Posted by pdube <gi...@git.apache.org>.
Github user pdube commented on the pull request:

    https://github.com/apache/cloudstack/pull/1153#issuecomment-161978474
  
    @nitt10prashant No problemo


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

[GitHub] cloudstack pull request: CLOUDSTACK-9087:adding projectid paramete...

Posted by nitt10prashant <gi...@git.apache.org>.
Github user nitt10prashant commented on the pull request:

    https://github.com/apache/cloudstack/pull/1153#issuecomment-161931625
  
    @pdube you are right projectid is not required , i did check API doc but got confused with UI and took it as doc bug.
    when createVMSnapshot is being called from UI it passes projectid which is ignored by API.
    http://*.*.*.*:8080/client/api?command=createVMSnapshot&virtualmachineid=cdf1991b-211c-4d18-a2c8-bbeb3dc23110&snapshotmemory=false&quiescevm=false&name=sd&response=json&projectid=a899bd21-7be6-4113-8cc2-e81771e0c0a1&_=1449223237150
    
    thank , i am closing it


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

[GitHub] cloudstack pull request: CLOUDSTACK-9087:adding projectid paramete...

Posted by pdube <gi...@git.apache.org>.
Github user pdube commented on the pull request:

    https://github.com/apache/cloudstack/pull/1153#issuecomment-161650382
  
    Isn't the project inferred from the instance? The [CreateVmSnapshot](http://cloudstack.apache.org/docs/api/apidocs-4.6/root_admin/createVMSnapshot.html) API doesn't even take a projectId


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