1075210b95
This change adds two new commands to the client: - 'share-network-security-service-update' - 'share-network-security-service-update-check' - 'share-network-security-service-add-check' - 'share-network-reset-state' Partially Implements: bp add-security-service-in-use-share-networks Co-Authored-By: Carlos Eduardo <ces.eduardo98@gmail.com> Co-Authored-By: Andre Beltrami <debeltrami@gmail.com> Co-Authored-By: Douglas Viroel <viroel@gmail.com> Depends-On: Id121ba942c7840a7cd7574f08a524fd4dbe06f64 Change-Id: Ib7b67b4c0ce9b16e1ee4a8291cb48c0b1c7ca367
15 lines
774 B
YAML
15 lines
774 B
YAML
---
|
|
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.
|