File: add-share-network-sec-service-add-update-to-in-use-networks-ec7a60d07ebceaf4.yaml

package info (click to toggle)
python-manilaclient 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,768 kB
  • sloc: python: 49,541; makefile: 99; sh: 2
file content (14 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Added support for updating and adding security services to in use share
    networks. The command ``share-network-security-service-update`` was
    added to the client. Before each of these commands is executed, make
    sure to run the correspondent check command, being either
    ``share-network-security-service-add-check`` or
    ``share-network-security-service-update-check``. These commands will
    check if the desired share network can have security services added or
    updated, based on the cloud support. Also, these commands can be used
    for both to request a check and to check the outcome.
    The command ``share-network-reset-state`` was also implemented in case
    there is need to update the share network ``status`` field.