← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2020847] Re: Project object is accepting MTU values

 

** Project changed: fuel-plugin-contrail => keystone

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/2020847

Title:
  Project object is accepting MTU values

Status in OpenStack Identity (keystone):
  New

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        | []                               |
  +-------------+----------------------------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/2020847/+subscriptions