3adff90a37
This commit adds a new action "Edit Port Security Groups" which jumps the interfaces tab of the instance detail page. In addition, a warning message is added to the "Edit Security Groups" form because if a user change security groups as an instance level the change will be applied to all interfaces of the instance, so it would be nice if we can provide a good navigation to a page of editting security groups per port. Previously, UpdateMembersStep does not support help_text_template option. To use a bold tag in the added help message, we need to use a template instead of help_text, so _workflow_step_update_members.html is updated. Closes-Bug: #1750147 Change-Id: I71437a376b94cab90df0e423aa7e1d2d0d8387ee
9 lines
351 B
YAML
9 lines
351 B
YAML
---
|
|
features:
|
|
- |
|
|
"Interfaces" tab is added to the instance detail page. The new tab shows
|
|
a list of ports attached to an instance. Users now have an easy way to
|
|
access the list of ports of the instance and edit security groups per port.
|
|
In addition, "Edit Port Security Groups" menu is added as an action of
|
|
the instance table.
|