Project object is accepting MTU values

Bug #2020847 reported by Prathima Kodela
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Expired
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": {
        "description": "My new project",
        "domain_id": "default",
        "enabled": true,
        "is_domain": false,
        "name": "myNewProject3",
        "options": {},
        "mtu": 4000
    }
}

Output after successful creation:
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
| description | My new project |
| domain_id | default |
| enabled | True |
| id | b4c904e6048e46908d44dbab17f1823e |
| is_domain | False |
| mtu | 4000 |
| name | myNewProject3 |
| options | {} |
| parent_id | default |
| tags | [] |
+-------------+----------------------------------+

affects: fuel-plugin-contrail → keystone
Revision history for this message
David Wilde (dave-wilde) wrote :

Hello,

Can you please provide the curl command you used for this operation?

Changed in keystone:
status: New → Incomplete
Revision history for this message
Prathima Kodela (pkodela) wrote :

curl -X POST -H "X-Auth-Token: <auth-token>" -H "Content-Type: application/json" -d @/root/test1.json http://<keystone-ip:keystone-port>/v3/projects

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for OpenStack Identity (keystone) because there has been no activity for 60 days.]

Changed in keystone:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.