upload nova and quantum conf files

Change-Id: Idf63c7e0c90244b4cefb74ebaae7a01b1e923a60
This commit is contained in:
SamSu 2014-02-24 23:40:34 -08:00
parent 46169eefe0
commit 66bb8abd44
2 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,8 @@ glance_api_servers=<%= @glance_api_ipaddress %>:<%= @glance_api_port %>
compute_driver=<%= node["openstack"]["compute"]["driver"] %>
compute_manager=nova.compute.manager.ComputeManager
sql_connection=<%= @sql_connection %>
sql_max_pool_size=30
sql_max_overflow=30
connection_type=libvirt
libvirt_type=<%= node["openstack"]["compute"]["libvirt"]["virt_type"] %>
# Command prefix to use for running commands as root (default: sudo)

View File

@ -42,6 +42,10 @@ bind_host = <%= node['openstack']['endpoints']['network-api']['host'] %>
# Port the bind the API server to
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
# paths. For example:
# api_extensions_path = extensions:/path/to/more/extensions:/even/more/extensions