Description of configuration options for registry
Configuration option=Default value Description
admin_password=None (StrOpt) The administrators password.
admin_tenant_name=None (StrOpt) The tenant name of the adminstrative user.
admin_user=None (StrOpt) The administrators user name.
auth_region=None (StrOpt) The region for the authentication service.
auth_strategy=noauth (StrOpt) The strategy to use for authentication.
auth_url=None (StrOpt) The URL to the keystone service.
registry_client_ca_file=None (StrOpt) The path to the certifying authority cert file to use in SSL connections to the registry server.
registry_client_cert_file=None (StrOpt) The path to the cert file to use in SSL connections to the registry server.
registry_client_insecure=False (BoolOpt) When using SSL in connections to the registry server, do not require validation via a certifying authority.
registry_client_key_file=None (StrOpt) The path to the key file to use in SSL connections to the registry server.
registry_client_protocol=http (StrOpt) The protocol to use for communication with the registry server. Either http or https.
registry_client_timeout=600 (IntOpt) The period of time, in seconds, that the API server will wait for a registry request to complete. A value of 0 implies no timeout.
registry_host=0.0.0.0 (StrOpt) Address to find the registry server.
registry_port=9191 (IntOpt) Port the registry server is listening on.