ExternalConfiguration¶
-
class
ExternalConfiguration(service, cfg_file=None)[source]¶ Bases:
objectContainer for external configuration
constructor
Instanciate configuration for external services (messaging, SDB and CALDB).
Parameters: - service (str) – name of the service for the url/port infos to be stored. Service name must be in AVAILABLE_SERVICES
- cfg_file (str) – path to external services config file. Default is None.