You can update the allowed address pair quota in your VMware Integrated OpenStack deployment.

Procedure

  1. Log in to the Integrated OpenStack Manager as the root user.
  2. Modify the Neutron configuration.
    viocli update neutron
  3. In the nsxp section, add the max_allowed_address_pair parameter and specify it's value.
    conf:
      neutron:
        DEFAULT:
          max_allowed_address_pair: 128
      plugins:
        nsx:
          nsx_p:

Results

You can see the allowed address pair quota value updated in your VMware Integrated OpenStack deployment.