Skip to content

Commit 94f2b41

Browse files
author
Tim Pouyer
committed
turn on the serial proxy service since we may be able to gain access to the running console
1 parent 7c07e39 commit 94f2b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/stackinabox/local.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ enable_service n-cond
101101
enable_service n-sch
102102
enable_service n-cauth
103103
disable_service n-spice
104-
disable_service n-sproxy
104+
enable_service n-sproxy
105105
disable_service n-novnc
106106
disable_service n-xvnc
107107
disable_service n-api-meta
@@ -217,15 +217,15 @@ dhcp_agent_notification=True
217217
notify_nova_on_port_data_changes=True
218218
enable_snat_by_default=True
219219
comment_iptables_rules=True
220-
service_plugins+=,neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
220+
#service_plugins+=,neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
221221

222222
[database]
223223
min_pool_size=10
224224
max_pool_size=50
225225
max_overflow=50
226226

227227
[[post-config|/$Q_PLUGIN_CONF_FILE]]
228-
global_physnet_mtu=1550
228+
global_physnet_mtu=1500
229229

230230
[agent]
231231
l2_population=True

0 commit comments

Comments
 (0)