Skip to content

Commit

Permalink
F OpenNebula/one#678: Scheduler reads http_proxy from config (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Czerný committed Jan 4, 2021
1 parent 7e516c5 commit b82345d
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 @@ -44,6 +44,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 b82345d

Please sign in to comment.