Project object is accepting MTU values
This bug report will be marked for expiration in 50 days if no further activity occurs. (find out why)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Hi,
We were trying to configure MTU attribute on a project using a json file via CURL and observed that it is being processed successfully though openstack doesn't support MTU on a project
Same is not working from openstack CLI as expected
Used JSON:
{
"project": {
"enabled": true,
"name": "myNewProject3",
"options": {},
"mtu": 4000
}
}
Output after successful creation:
+------
| Field | Value |
+------
| description | My new project |
| domain_id | default |
| enabled | True |
| id | b4c904e6048e469
| is_domain | False |
| mtu | 4000 |
| name | myNewProject3 |
| options | {} |
| parent_id | default |
| tags | [] |
+------
affects: | fuel-plugin-contrail → keystone |
Hello,
Can you please provide the curl command you used for this operation?