-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Closed
Copy link
Description
Description
If you are creating any following rule with different parameters - the actual settings in the final rule are going to differ from the ones shown on screen.
There are multiple issues that potentially can be caused by the same bug:
- Wrong settings show thus creating an Inbound rule will result the creation of an Outbound rule.
- Despite the Port Range selected in the Port Range field, the field to input ports is missing.
To Reproduce
- Create a new Security Group
- Add a new rule with settings:
Direction: Inbound
Protocol: TCP
Port Range: 22
Network: Any - Add the rule.
- Look at the settings field, re-select Port Range and set it to 443 now, leave everything as it is and press Add.
- As a result you are going to get Outbound rule instead of the Inbound.
Expected behavior
Either settings boxes should return to empty states or respect the values that are there.
Details
- Affected Component: Sunstone
- Hypervisor: N/A
- Version: 7.0.0
Additional context
Quick fix - re-select every setting despite what is shown there.
Progress Status
- Code committed
- Testing - QA
- Documentation (Release notes - resolved issues, compatibility, known issues)