File: add-auto-and-none-as-nic-parameter-ed23a6e7f99f250d.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added ``auto`` and ``none`` as values for ``--nic`` to
    the``server create`` command. Specifying ``none`` will not
    attach a network to the server. Specifying ``auto``
    will automatically attach a network. Note, v2.37 (or newer)
    of the Compute API is required for these options.
    [Bug `1650342 <https://bugs.launchpad.net/bugs/1650342>`_]