← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1861027] [NEW] neutron-lib - api-ref - port dns_assignment is a list?

 

Public bug reported:

In the api reference documentation dns_assignment is documented as:

            "dns_assignment": {
                "hostname": "myport",
                "ip_address": "172.24.4.2",
                "fqdn": "myport.my-domain.org"
            },

Is it not in actually a list?

            "dns_assignment": [
                {
                    "hostname": "myport",
                    "ip_address": "172.24.4.2",
                    "fqdn": "myport.my-domain.org"
                }
            ]


https://opendev.org/openstack/neutron-lib/src/branch/master/api-
ref/source/v2/samples/ports/ports-list-response.json#L11-L15

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: api-ref

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1861027

Title:
  neutron-lib - api-ref - port dns_assignment is a list?

Status in neutron:
  New

Bug description:
  In the api reference documentation dns_assignment is documented as:

              "dns_assignment": {
                  "hostname": "myport",
                  "ip_address": "172.24.4.2",
                  "fqdn": "myport.my-domain.org"
              },

  Is it not in actually a list?

              "dns_assignment": [
                  {
                      "hostname": "myport",
                      "ip_address": "172.24.4.2",
                      "fqdn": "myport.my-domain.org"
                  }
              ]


  https://opendev.org/openstack/neutron-lib/src/branch/master/api-
  ref/source/v2/samples/ports/ports-list-response.json#L11-L15

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


Follow ups