Updated to use --glance_api_servers instead of separate

glance_host/glance_port settings.
This commit is contained in:
Dan Prince 2011-06-09 22:27:23 -04:00
parent 3502a1c1ae
commit 9108dda07e
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
<% if node[:nova][:flat_interface] %>--flat_interface=<%= node[:nova][:flat_interface] %><% end %>
<% if node[:nova][:flat_network_dhcp_start] %>--flat_network_dhcp_start=<%= node[:nova][:flat_network_dhcp_start] %><% end %>
<% if node[:nova][:fixed_range] %>--fixed_range=<%= node[:nova][:fixed_range] %><% end %>
--glance_host=<%= node[:nova][:glance_host] %>
--glance_port=<%= node[:nova][:glance_port] %>
--glance_api_servers=<%= node[:nova][:glance_host] %>:<%= node[:nova][:glance_port] %>
--image_service=<%= node[:nova][:image_service] %>
--lock_path=<%= node[:nova][:lock_path] %>
--sql_idle_timeout=<%= node[:nova][:db][:sql_idle_timeout] %>