Atom feed of this document
  
 

 Configure Clients

The following options allow configuration of the clients that Orchestration uses to talk to other services.

Table 9.15. Description of configuration options for clients
Configuration option = Default value Description
[DEFAULT]
region_name_for_services = None (StrOpt) Default region name used to get services endpoints.
[clients]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.16. Description of configuration options for clients_backends
Configuration option = Default value Description
[DEFAULT]
cloud_backend = heat.engine.clients.OpenStackClients (StrOpt) Fully qualified class name to use as a client backend.

Table 9.17. Description of configuration options for clients_ceilometer
Configuration option = Default value Description
[clients_ceilometer]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.18. Description of configuration options for clients_cinder
Configuration option = Default value Description
[clients_cinder]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.19. Description of configuration options for clients_heat
Configuration option = Default value Description
[clients_heat]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.
url = None (StrOpt) Optional heat url in format like http://0.0.0.0:8004/v1/%(tenant_id)s.

Table 9.20. Description of configuration options for clients_keystone
Configuration option = Default value Description
[clients_keystone]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.21. Description of configuration options for clients_neutron
Configuration option = Default value Description
[clients_neutron]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.22. Description of configuration options for clients_nova
Configuration option = Default value Description
[clients_nova]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.23. Description of configuration options for clients_swift
Configuration option = Default value Description
[clients_swift]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Table 9.24. Description of configuration options for clients_trove
Configuration option = Default value Description
[clients_trove]
ca_file = None (StrOpt) Optional CA cert file to use in SSL connections.
cert_file = None (StrOpt) Optional PEM-formatted certificate chain file.
endpoint_type = publicURL (StrOpt) Type of endpoint in Identity service catalog to use for communication with the OpenStack service.
insecure = False (BoolOpt) If set, then the server's certificate will not be verified.
key_file = None (StrOpt) Optional PEM-formatted file that contains the private key.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...