You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Toshi Harada (JIRA)" <ji...@apache.org> on 2013/10/28 13:00:33 UTC

[jira] [Created] (DTACLOUD-580) OpenStack driver convert_network called with invalid argument

Toshi Harada created DTACLOUD-580:
-------------------------------------

             Summary: OpenStack driver convert_network called with invalid argument
                 Key: DTACLOUD-580
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-580
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
         Environment: CentOS 6.4 kernel 2.6.32-358.el6.x86_64, the latest deltacloud master branch
            Reporter: Toshi Harada
            Priority: Minor


Hello!

In the latest deltacloud OpenStack driver(from git), the function
convert_netowrk() is defined with two arguments like

convert_network(net, addr_blocks)

but called with one argument in the function create_network
at the line number 518.

server/lib/deltacloud/drivers/openstack/openstack_driver.rb

Should this be something like this?
convert_network(net, {})




--
This message was sent by Atlassian JIRA
(v6.1#6144)