You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "René Moser (JIRA)" <ji...@apache.org> on 2016/01/19 14:11:40 UTC

[jira] [Updated] (CLOUDSTACK-9243) createVlanIpRange API unusable because forced to used DB IDs

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

René Moser updated CLOUDSTACK-9243:
-----------------------------------
    Description: 
With createVlanIpRange used DB IDs instead of UUIDs. 

{code}
cs createVlanIpRange startip=1.2.3.4 endip=1.2.3.6 forvirtualnetwork=true gateway=1.2.3.1 netmask=255.255.255.0 vlan=681 domainid=4 physicalnetworkid=202 projectid=58 zoneid=1
{code}

  was:
With createVlanIpRange used DB IDs instead of UUIDs. 

{code}
cs createVlanIpRange startip=1.2.3.4 endip=1.2.3.6 forvirtualnetwork=true gateway=1.2.3..1 netmask=255.255.255.0 vlan=681 domainid=4 physicalnetworkid=202 projectid=58 zoneid=1
{code}


> createVlanIpRange API unusable because forced to used DB IDs
> ------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9243
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9243
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.3.2, 4.4.4, 4.5.2, 4.6.0
>            Reporter: René Moser
>             Fix For: Future
>
>
> With createVlanIpRange used DB IDs instead of UUIDs. 
> {code}
> cs createVlanIpRange startip=1.2.3.4 endip=1.2.3.6 forvirtualnetwork=true gateway=1.2.3.1 netmask=255.255.255.0 vlan=681 domainid=4 physicalnetworkid=202 projectid=58 zoneid=1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)