Replaced by the 'proxy' option.

Signed-off-by: Maximiliano Sandoval <[email protected]>
---
 src/PVE/DataCenterConfig.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index 57c5c1c..a05f307 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -391,11 +391,13 @@ my $datacenter_schema = {
                 'zh_TW', # Chinese (Traditional)
             ],
         },
+        # FIXME: Remove in Proxmox VE 10.0 (add check to pve9to10).
         http_proxy => {
             optional => 1,
             type => 'string',
             description =>
-                "Specify external http proxy which is used for downloads 
(example: 'http://username:password\@host:port/')",
+                "Deprecated, use the 'proxy' property instead.\n\n"
+                . "Specify external http proxy which is used for downloads 
(example: 'http://username:password\@host:port/')",
             pattern => "http://.*";,
         },
         proxy => {
-- 
2.47.3



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to