Closed bilalstanz closed 1 year ago
could you please fix "ERROR: plugins/modules/cs_network_offering.py:158:161: E501: line too long (166 > 160 characters)" by creating a yaml list item per line, like so
supported_services:
- Dns
- PortForwarding
- Dhcp
- SourceNat
- UserData
- Firewall
- StaticNat
- Vpn
- Lb
- NetworkACL
- SecurityGroup
- Connectivity
- BaremetalPxeService
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
c4f5525
) 83.75% compared to head (db98e78
) 83.75%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
did it, thanks
could you please provide a source where to find the list of supported services? or screenshot?
added source link and screenshot in op
Thanks!
Adds additional supported_services to the allowed list in cs_network_offering, tested NetworkACL service in cs 4.17
edit: attaching source link & screenshots
https://docs.cloudstack.apache.org/en/latest/adminguide/networking.html 11 of them are listed here