Skip to content

Commit 9fa2e40

Browse files
committed
#1367 removing NESSUS_VULNERABILITY_ASSESSMENT_REPORTING from examples and docs
1 parent 6e2d4ae commit 9fa2e40

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

SoftLayer/CLI/order/place.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def cli(env, package_keyname, location, preset, verify, billing, complex_type,
6161
OS_DEBIAN_9_X_STRETCH_LAMP_64_BIT 1_IP_ADDRESS 1_IPV6_ADDRESS
6262
1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS REBOOT_REMOTE_CONSOLE
6363
AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT
64-
NESSUS_VULNERABILITY_ASSESSMENT_REPORTING
6564
6665
"""
6766
manager = ordering.OrderingManager(env.client)

SoftLayer/CLI/order/place_quote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def cli(env, package_keyname, location, preset, name, send_email, complex_type,
6262
NOTIFICATION_EMAIL_AND_TICKET \\
6363
AUTOMATED_NOTIFICATION \\
6464
UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \\
65-
NESSUS_VULNERABILITY_ASSESSMENT_REPORTING \\
6665
--extras '{"virtualGuests": [{"hostname": "test", "domain": "softlayer.com"}]}' \\
6766
--complex-type SoftLayer_Container_Product_Order_Virtual_Guest
6867

docs/cli/ordering.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ order place <Virtual Server>
111111
NOTIFICATION_EMAIL_AND_TICKET \
112112
AUTOMATED_NOTIFICATION \
113113
UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \
114-
NESSUS_VULNERABILITY_ASSESSMENT_REPORTING \
115114
--extras '{"virtualGuests": [{"hostname": "test", "domain": "softlayer.com"}]}' \
116115
--complex-type SoftLayer_Container_Product_Order_Virtual_Guest
117116

0 commit comments

Comments
 (0)