Merge "upload nova and quantum conf files"
This commit is contained in:
commit
1720b33b86
@ -97,6 +97,8 @@ glance_api_servers=<%= @glance_api_ipaddress %>:<%= @glance_api_port %>
|
|||||||
compute_driver=<%= node["openstack"]["compute"]["driver"] %>
|
compute_driver=<%= node["openstack"]["compute"]["driver"] %>
|
||||||
compute_manager=nova.compute.manager.ComputeManager
|
compute_manager=nova.compute.manager.ComputeManager
|
||||||
sql_connection=<%= @sql_connection %>
|
sql_connection=<%= @sql_connection %>
|
||||||
|
sql_max_pool_size=30
|
||||||
|
sql_max_overflow=30
|
||||||
connection_type=libvirt
|
connection_type=libvirt
|
||||||
libvirt_type=<%= node["openstack"]["compute"]["libvirt"]["virt_type"] %>
|
libvirt_type=<%= node["openstack"]["compute"]["libvirt"]["virt_type"] %>
|
||||||
# Command prefix to use for running commands as root (default: sudo)
|
# Command prefix to use for running commands as root (default: sudo)
|
||||||
|
@ -42,6 +42,10 @@ bind_host = <%= node['openstack']['endpoints']['network-api']['host'] %>
|
|||||||
# Port the bind the API server to
|
# Port the bind the API server to
|
||||||
bind_port = <%= @bind_port %>
|
bind_port = <%= @bind_port %>
|
||||||
|
|
||||||
|
sql_max_pool_size=50
|
||||||
|
|
||||||
|
agent_down_time=10
|
||||||
|
|
||||||
# Path to the extensions. Note that this can be a colon-separated list of
|
# Path to the extensions. Note that this can be a colon-separated list of
|
||||||
# paths. For example:
|
# paths. For example:
|
||||||
# api_extensions_path = extensions:/path/to/more/extensions:/even/more/extensions
|
# api_extensions_path = extensions:/path/to/more/extensions:/even/more/extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user