doc: typo into README file (#33224)

This commit is contained in:
Nicolas Roche 2019-05-31 10:35:51 +02:00
parent 6bb4f07ba3
commit cbd08f81b7
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -82,8 +82,8 @@ An Hobo agent is a class defined in `hobo.agent.worker.services` and derived fro
`BaseService`. For each service in the environment dictionary sent by the hobo `BaseService`. For each service in the environment dictionary sent by the hobo
portal, it's instantiated with the key `base_url`, `title` and `secret_key` of portal, it's instantiated with the key `base_url`, `title` and `secret_key` of
the service. If the `base_url` matches the `AGENT_HOST_PATTERNS` locally the service. If the `base_url` matches the `AGENT_HOST_PATTERNS` locally
defined, the `execute()` method of the instant is called, passing it the full defined, the `execute()` method of the instance is called, passing it his
environment dictionary. `base_url` and the full environment dictionary.
The environment dictionary contains services for this particular agent and all The environment dictionary contains services for this particular agent and all
other services defined on the portal. The `execute()` method should only create other services defined on the portal. The `execute()` method should only create
@ -152,7 +152,7 @@ directory may vary according to the wcs configuration).
authentic2 instances will be deployed using authentic2 instances will be deployed using
"/usr/bin/authentic2-multitenant-manage" by default, this command can be "/usr/bin/authentic2-multitenant-manage" by default, this command can be
adapted in the AUTHENTIC_MANAGE_COMMAND setting. It should be run with the adapted in the AUTHENTIC_MANAGE_COMMAND setting. It should be run with the
same rights as the authentic2 process (redefine the command to use sudo if same rights as the authentic2 process (redefine the command to use sudo if
necessary). necessary).