Skip to content

Commit

Permalink
F OpenNebula/one#678: Scheduler reads http_proxy from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Czerny committed Dec 28, 2020
1 parent 2cb96c2 commit e96c1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/intro_release_notes/release_notes/whats_new.rst
Expand Up @@ -43,6 +43,7 @@ Sunstone

Scheduler
================================================================================
- `Read http_proxy from config file <http://github.com/OpenNebula/one/issues/678>`__, override environment variable http_proxy .

OneFlow & OneGate
===============================================================================
Expand Down
1 change: 1 addition & 0 deletions source/operation/host_cluster_management/scheduler.rst
Expand Up @@ -58,6 +58,7 @@ The behavior of the scheduler can be tuned to adapt it to your infrastructure wi

* ``MESSAGE_SIZE``: Buffer size in bytes for XML-RPC responses.
* ``ONE_XMLRPC``: URL to connect to the OpenNebula daemon (oned) (Default: http://localhost:2633/RPC2)
* ``HTTP_PROXY``: Proxy for ONE_XMLRPC (Default empty)
* ``SCHED_INTERVAL``: Seconds between two scheduling actions (Default: 15)
* ``MAX_VM``: Maximum number of Virtual Machines scheduled in each scheduling action (Default: 5000). Use 0 to schedule all pending VMs each time.
* ``MAX_DISPATCH``: Maximum number of Virtual Machines actually dispatched to a host in each scheduling action (Default: 30)
Expand Down

0 comments on commit e96c1fb

Please sign in to comment.