Skip to content

Commit 85a58f5

Browse files
author
Deepinder Setia
committed
merge #15 request from frank-borkin
1 parent 6cfad44 commit 85a58f5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

contrail/localrc-multinode-compute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DEBUG=True
2121
LOGFILE=$STACK_DIR/log/stack.log
2222
LOGDAYS=1
2323

24-
ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,q-agt,agent,vif
24+
ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,agent,vif
2525

2626
Q_USE_DEBUG_COMMAND=True
2727
PHYSICAL_NETWORK=default

contrail/localrc-multinode-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ LOGDAYS=1
2323

2424
disable_service n-net
2525
enable_service q-svc
26-
enable_service q-dhcp
2726
enable_service q-meta
2827
enable_service neutron
2928
enable_service rabbit
3029

3130
# not used by contrail
31+
disable_service q-dhcp
3232
disable_service q-l3
3333
disable_service q-agt
3434
enable_service contrail

contrail/localrc-single

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ LOGDAYS=1
77

88
disable_service n-net
99
enable_service q-svc
10-
enable_service q-agt
11-
enable_service q-dhcp
12-
enable_service q-l3
10+
disable_service q-agt
11+
disable_service q-dhcp
12+
disable_service q-l3
1313
enable_service q-meta
1414
enable_service neutron
1515
enable_service contrail

contrail/localrc.compute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HOST_IP=10.84.13.34
88
# Set this to IP address of config (master) node
99
SERVICE_HOST=10.84.13.1
1010

11-
ENABLED_SERVICES=n-cpu,rabbit,q-agt,agent
11+
ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,agent,vif
1212

1313
MYSQL_HOST=$SERVICE_HOST
1414
RABBIT_HOST=$SERVICE_HOST

contrail/localrc.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Enable Neutron
22
disable_service n-net
33
enable_service q-svc
4-
enable_service q-agt
5-
enable_service q-dhcp
6-
enable_service q-l3
4+
disable_service q-agt
5+
disable_service q-dhcp
6+
disable_service q-l3
77
enable_service q-meta
88
enable_service neutron
99
enable_service contrail

0 commit comments

Comments
 (0)