Akihiko Ota created CLOUDSTACK-8345:
---------------------------------------
Summary: Cannot dedicate VLAN ranges to the project network
Key: CLOUDSTACK-8345
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8345
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API, Network Controller, Network Devices, Projects, UI
Affects Versions: 4.3.2
Environment: OS: CentOS 6.6 x86_64
CloudStack version: 4.3.2
Reporter: Akihiko Ota
Cannot dedicate VLAN ranges to the network created by project.
Steps to reproduce:
===================
1. Login to the CloudStack UI as administrator.
2. Select the project in upper left "Project:" listbox.
3. Click "Infrastructure" in the left navigation bar.
4. In Zones, click View All.
5. Choose the zone.
6. Click the Physical Network tab.
7. In the Guest node of the diagram, click Configure.
8. Select the Dedicated VLAN/VNI Ranges tab.
9. Click "Dedicate VLAN/VNI Range".
and fill the form on "Dedicate VLAN/VNI Range" dialog box and click OK, but
CloudStack returned the error message "accountName and projectId are mutually
exclusive".
also using cloudmonkey I got the same error.
> dedicate guestvlanrange account=ota
> domainid=56cb61aa-fed5-4589-bca4-48152c26c574
> physicalnetworkid=ceaf7d2a-1f45-4866-b098-7a5d9125bbab vlanrange=1981-1981
> projectid=1ff88017-f274-42f4-85d8-beaa1e1a30ca
: accountName and projectId are mutually exclusive
According to the documentation of CloudStack API, dedicateGuestVlanRange's
parameter 'account' is mandatory.
[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/dedicateGuestVlanRange.html]
And according to above error message, accountName and projectId are mutually
exclusive.
It seems that configure to dedicate VLAN ranges to project network is
impossible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)