1616Configuration
1717*************
1818
19- Caso configuration
19+ cASO configuration
2020==================
2121
22- caso uses a config file (default at ``/etc/caso/caso.conf ``) with several
22+ `` cASO `` uses a config file (default at ``/etc/caso/caso.conf ``) with several
2323sections. A sample file is available at ``etc/caso/caso.conf.sample ``.
2424
2525``[DEFAULT] `` section
2626---------------------
2727
28- The ``[DEFAULT] `` section configures the basic behavior of caso . The sample
28+ The ``[DEFAULT] `` section configures the basic behavior of `` cASO `` . The sample
2929config file (``/etc/caso/caso.conf.sample ``) includes a description
3030of every option. You should check at least the following options:
3131
@@ -45,15 +45,15 @@ of every option. You should check at least the following options:
4545-----------------------
4646
4747This section specifies the configuration of the extractor (mainly the
48- credentials to connect to the API. Check the following:
48+ credentials to connect to the API) . Check the following:
4949
5050* ``user `` (default: ``accounting ``), name of the user. This user needs proper
5151 permission to query the API for the tenant usages.
5252* ``password `` (default: None), password of the user.
5353* ``endpoint `` (default: None), keystone endpoint to authenticate with.
5454* ``mapping_file `` (default: ``/etc/caso/voms.json ``). File containing the
5555 mapping from VOs to local tenants as configured in Keystone-VOMS. If
56- you are running caso on keystone host, it likely
56+ you are running `` cASO `` on keystone host, it likely
5757 is ``/etc/keystone/voms.json ``. Otherwise, you have to sync this file.
5858
5959``[ssm] `` section
@@ -81,7 +81,7 @@ OpenStack Configuration
8181The user configured in the previous section has to be a member of each of the
8282tenants (another option is to convert that user in an administrator, but the
8383former option is a safer approach) for which it is extracting the accounting.
84- Otherwise, ``caso `` will not be able to get the usages and will fail::
84+ Otherwise, ``cASO `` will not be able to get the usages and will fail::
8585
8686 keystone role-create --name accounting
8787 keystone user-create --name accounting --pass <password>
0 commit comments