aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-05-01 17:38:09 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-05-01 17:38:09 +0000
commit1432a9e05f4f1fa382621d8e298f54084856523a (patch)
treebd81f2e77d049dad695b9a3a7bf6955d6feb054c
parent276da985de9c2e2197c12075ce5ef3823de19807 (diff)
Enable neutronneutron
-rw-r--r--devstack/local.conf13
1 files changed, 11 insertions, 2 deletions
diff --git a/devstack/local.conf b/devstack/local.conf
index 321be14..983f8d9 100644
--- a/devstack/local.conf
+++ b/devstack/local.conf
@@ -15,11 +15,12 @@ SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
+NETWORK_GATEWAY=192.168.200.1
# Note that we do not deploy cinder here because there is no emulated
# hotpluggable block device on arm64 yet (see
# https://cards.linaro.org/browse/CARD-1270)
-ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-cauth,horizon,-rabbit,-zeromq,qpid,tempest,-mysql,postgresql
+ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-cauth,horizon,-rabbit,-zeromq,qpid,tempest,-mysql,postgresql,neutron
enable_service s-proxy s-object s-container s-account
#enable_service swift
#disable_service n-novnc
@@ -28,6 +29,14 @@ enable_service s-proxy s-object s-container s-account
#enable_service g-api
#enable_service rally
+disable_service rabbit
+disable_service n-net
+enable_service q-svc
+enable_service q-agt
+enable_service q-dhcp
+enable_service q-l3
+enable_service q-meta
+
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data/swift
@@ -68,4 +77,4 @@ cpu_mode=host-model
# https://cards.linaro.org/browse/CARD-419
suspend = False
[scenario]
-ssh_user = root \ No newline at end of file
+ssh_user = root