Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SoftLayer/CLI/order/place.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion SoftLayer/CLI/order/place_quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 0 additions & 8 deletions SoftLayer/fixtures/SoftLayer_Virtual_Guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion docs/cli/ordering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ order place <Virtual Server>
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

Expand Down
1 change: 0 additions & 1 deletion docs/cli/vs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down