Skip to content

Commit

Permalink
cs_network_offering: Rollback of the deletion of the choice list for …
Browse files Browse the repository at this point in the history
…supported_services param
  • Loading branch information
dpassante committed Mar 16, 2019
1 parent 65410a4 commit 3f96058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/cloudstack/cs_network_offering.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
supported_services:
description:
- Services supported by the network offering.
- A list of one or more of the following services.
- Dns, PortForwarding, Dhcp, SourceNat, UserData, Firewall, StaticNat, Vpn, Lb.
- A list of one or more items from the choice list.
type: list
choices: [ Dns, PortForwarding, Dhcp, SourceNat, UserData, Firewall, StaticNat, Vpn, Lb ]
aliases: [ supported_service ]
traffic_type:
description:
Expand Down

0 comments on commit 3f96058

Please sign in to comment.