# Pastebin 9qdXKAv3 [service:api] # Address to bind the API server api_host = 0.0.0.0 # Port the bind the API server to api_port = 9001 # Authentication strategy to use - can be either "noauth" or "keystone" auth_strategy = keystone # Enable Version 1 API enable_api_v1 = True # Enable Version 2 API enable_api_v2 = True enable_host_header = True # Show the pecan HTML based debug interface (v2 only) # This is only useful for development, and WILL break python-designateclient # if an error occurs #pecan_debug = False # Enabled API Version 1 extensions # Can be one or more of : diagnostics, quotas, reports, sync, touch enabled_extensions_v1 = diagnsotics, quotas, reports, sync # Enabled API Version 2 extensions # Can be one or more of : reports, quotas enabled_extensions_v2 = quotas, reports