File: bp-neutron-client-a0552f8ca909b665.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (17 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - Update ``--binding-profile`` option on the ``port create`` and
    ``port set`` commands to support JSON input for more advanced
    binding profile data.
    [Blueprint :oscbp:`neutron-client`]
  - Add ``--enable-port-security`` and ``--disable-port-security``
    options on the ``network create`` and ``network set`` commands.
    This supports setting the default port security for ports created
    on a network.
    [Blueprint :oscbp:`neutron-client`]
  - Add ``geneve`` choice to the  ``network create`` command
    ``--provider-network-type`` option.
    [Blueprint :oscbp:`neutron-client`]
  - Add ``--device-owner`` option to the ``port list`` command
    to enable listing ports based on device owner.
    [Blueprint :oscbp:`neutron-client`]