Description of registry configuration options
Configuration option = Default value Description
[DEFAULT]
= None (StrOpt) The administrators password. If "use_user_token" is not in effect, then admin credentials can be specified.
= None (StrOpt) The tenant name of the administrative user. If "use_user_token" is not in effect, then admin tenant name can be specified.
= None (StrOpt) The administrators user name. If "use_user_token" is not in effect, then admin credentials can be specified.
= None (StrOpt) The region for the authentication service. If "use_user_token" is not in effect and using keystone auth, then region name can be specified.
= noauth (StrOpt) The strategy to use for authentication. If "use_user_token" is not in effect, then auth strategy can be specified.
= None (StrOpt) The URL to the keystone service. If "use_user_token" is not in effect and using keystone auth, then URL of keystone can be specified.
= None (StrOpt) The path to the certifying authority cert file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_CA_FILE environment variable to a filepath of the CA cert file.
= None (StrOpt) The path to the cert file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_CERT_FILE environment variable to a filepath of the CA cert file
= False (BoolOpt) When using SSL in connections to the registry server, do not require validation via a certifying authority. This is the registry's equivalent of specifying --insecure on the command line using glanceclient for the API.
= None (StrOpt) The path to the key file to use in SSL connections to the registry server, if any. Alternately, you may set the GLANCE_CLIENT_KEY_FILE environment variable to a filepath of the key file
= http (StrOpt) The protocol to use for communication with the registry server. Either http or https.
= 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.
= 0.0.0.0 (StrOpt) Address to find the registry server.
= 9191 (IntOpt) Port the registry server is listening on.