You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Stephane Roy (JIRA)" <ji...@apache.org> on 2013/06/13 20:33:20 UTC

[dev] [jira] [Created] (LIBCLOUD-342) CloudStack 3.0 compute - network ID is wrong

Stephane Roy created LIBCLOUD-342:
-------------------------------------

             Summary: CloudStack 3.0 compute - network ID is wrong
                 Key: LIBCLOUD-342
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-342
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.12.3
         Environment: Windows and Linux Mint, CloudStack 3.0
            Reporter: Stephane Roy


On line 238 of “…/compute/drivers/cloudstack.py” it looks like there’s an error. Be aware that my Python knowledge is very weak, after all I started to learn Python 2 days ago.

The current line is 

            extra_args['networkids'] = network_id

I changed it to

            extra_args['networkids'] = kwargs['network_id']

Now, I can create a VM in CloudStack 3.0.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira