Skip to content

Commit ff4887e

Browse files
Merge pull request softlayer#1368 from ATGE/issues/1367
Removed Nessus scanner from docs and examples
2 parents 6e2d4ae + 04817cd commit ff4887e

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

SoftLayer/CLI/order/place.py

-1
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

-1
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

SoftLayer/fixtures/SoftLayer_Virtual_Guest.py

-8
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,6 @@
606606
"description": "Unlimited SSL VPN Users & 1 PPTP VPN User per account"
607607
}
608608
},
609-
{
610-
"hourlyRecurringFee": "0",
611-
"id": 418,
612-
"recurringFee": "0",
613-
"item": {
614-
"description": "Nessus Vulnerability Assessment & Reporting"
615-
}
616-
}
617609
],
618610
"quantity": 1,
619611
"sourceVirtualGuestId": None,

docs/cli/ordering.rst

-1
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

docs/cli/vs.rst

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ datacenter using the command `slcli vs create`.
104104
: 0.0 : Email and Ticket :
105105
: 0.0 : Automated Reboot from Monitoring :
106106
: 0.0 : Unlimited SSL VPN Users & 1 PPTP VPN User per account :
107-
: 0.0 : Nessus Vulnerability Assessment & Reporting :
108107
: 0.0 : 2 GB :
109108
: 0.0 : 1 x 2.0 GHz or higher Core :
110109
: 0.000 : Total hourly cost :

0 commit comments

Comments
 (0)