From 9fa2e40e80167962bcaefed2ea17054be6a9bd88 Mon Sep 17 00:00:00 2001 From: ATGE Date: Mon, 26 Oct 2020 16:30:05 -0400 Subject: [PATCH 1/2] #1367 removing NESSUS_VULNERABILITY_ASSESSMENT_REPORTING from examples and docs --- SoftLayer/CLI/order/place.py | 1 - SoftLayer/CLI/order/place_quote.py | 1 - docs/cli/ordering.rst | 1 - 3 files changed, 3 deletions(-) diff --git a/SoftLayer/CLI/order/place.py b/SoftLayer/CLI/order/place.py index f0ceed350..531bacee5 100644 --- a/SoftLayer/CLI/order/place.py +++ b/SoftLayer/CLI/order/place.py @@ -61,7 +61,6 @@ def cli(env, package_keyname, location, preset, verify, billing, complex_type, OS_DEBIAN_9_X_STRETCH_LAMP_64_BIT 1_IP_ADDRESS 1_IPV6_ADDRESS 1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS REBOOT_REMOTE_CONSOLE AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT - NESSUS_VULNERABILITY_ASSESSMENT_REPORTING """ manager = ordering.OrderingManager(env.client) diff --git a/SoftLayer/CLI/order/place_quote.py b/SoftLayer/CLI/order/place_quote.py index 28865ff70..351e9427f 100644 --- a/SoftLayer/CLI/order/place_quote.py +++ b/SoftLayer/CLI/order/place_quote.py @@ -62,7 +62,6 @@ def cli(env, package_keyname, location, preset, name, send_email, complex_type, NOTIFICATION_EMAIL_AND_TICKET \\ AUTOMATED_NOTIFICATION \\ UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \\ - NESSUS_VULNERABILITY_ASSESSMENT_REPORTING \\ --extras '{"virtualGuests": [{"hostname": "test", "domain": "softlayer.com"}]}' \\ --complex-type SoftLayer_Container_Product_Order_Virtual_Guest diff --git a/docs/cli/ordering.rst b/docs/cli/ordering.rst index 1351cfd9c..7405bdb0e 100644 --- a/docs/cli/ordering.rst +++ b/docs/cli/ordering.rst @@ -111,7 +111,6 @@ order place NOTIFICATION_EMAIL_AND_TICKET \ AUTOMATED_NOTIFICATION \ UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT \ - NESSUS_VULNERABILITY_ASSESSMENT_REPORTING \ --extras '{"virtualGuests": [{"hostname": "test", "domain": "softlayer.com"}]}' \ --complex-type SoftLayer_Container_Product_Order_Virtual_Guest From 04817cd5baa73c360f72c551ba731b16856cde30 Mon Sep 17 00:00:00 2001 From: ATGE Date: Mon, 26 Oct 2020 16:40:56 -0400 Subject: [PATCH 2/2] #1367 removing NESSUS_VULNERABILITY_ASSESSMENT_REPORTING from fixtures and docs vs --- SoftLayer/fixtures/SoftLayer_Virtual_Guest.py | 8 -------- docs/cli/vs.rst | 1 - 2 files changed, 9 deletions(-) diff --git a/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py b/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py index 987fd12d7..ca72350c1 100644 --- a/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py +++ b/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py @@ -606,14 +606,6 @@ "description": "Unlimited SSL VPN Users & 1 PPTP VPN User per account" } }, - { - "hourlyRecurringFee": "0", - "id": 418, - "recurringFee": "0", - "item": { - "description": "Nessus Vulnerability Assessment & Reporting" - } - } ], "quantity": 1, "sourceVirtualGuestId": None, diff --git a/docs/cli/vs.rst b/docs/cli/vs.rst index 09539a72b..811e38c98 100644 --- a/docs/cli/vs.rst +++ b/docs/cli/vs.rst @@ -104,7 +104,6 @@ datacenter using the command `slcli vs create`. : 0.0 : Email and Ticket : : 0.0 : Automated Reboot from Monitoring : : 0.0 : Unlimited SSL VPN Users & 1 PPTP VPN User per account : - : 0.0 : Nessus Vulnerability Assessment & Reporting : : 0.0 : 2 GB : : 0.0 : 1 x 2.0 GHz or higher Core : : 0.000 : Total hourly cost :