[DEFAULT] transport_url=rabbit://:@:5672/ debug=True proxy=nginx # Authentication strategy used by iotronic-api: one of # "keystone" or "noauth". "noauth" should not be used in a # production environment because all authentication will be # disabled. (string value) auth_strategy=keystone # Enable pecan debug mode. WARNING: this is insecure and # should not be used in a production environment. (boolean # value) #pecan_debug=false [wamp] wamp_transport_url = ws://:/ wamp_realm = s4t # skip_cert_verify= False # register_agent = True [database] connection = mysql+pymysql://:@/iotronic [keystone_authtoken] www_authenticate_uri = http://:5000 auth_url = http://:5000 auth_plugin = password project_domain_id = default user_domain_id = default project_name = service username = iotronic password = [neutron] auth_url = http://:35357 url = http://:9696 auth_strategy = password project_domain_name = default user_domain_name = default region_name = RegionOne project_name = service username = neutron password = retries = 3 project_domain_id= default [designate] auth_url = http://:35357 url = http://:9001 auth_strategy = password project_domain_name = default user_domain_name = default region_name = RegionOne project_name = service username = designate password = retries = 3 project_domain_id= default [cors] # Indicate whether this resource may be shared with the domain # received in the requests "origin" header. Format: # "://[:]", no trailing slash. Example: # https://horizon.example.com (list value) #allowed_origin = # Indicate that the actual request can include user # credentials (boolean value) #allow_credentials = true # Indicate which headers are safe to expose to the API. # Defaults to HTTP Simple Headers. (list value) #expose_headers = # Maximum cache age of CORS preflight requests. (integer # value) #max_age = 3600 # Indicate which methods can be used during the actual # request. (list value) #allow_methods = OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,PATCH # Indicate which header field names may be used during the # actual request. (list value) #allow_headers =