Add quantum-metadata service for quantum-gating
Quantum metadata service is merged for both of trunk and devstack. We are going to enable quantum metadata service in this commit Change-Id: I967e377f97a51451254167cc45a2292bb1056ea8
This commit is contained in:
@@ -51,7 +51,7 @@ elif [ "$ZUUL_BRANCH" == "stable/folsom" ]; then
|
||||
else # master
|
||||
ENABLED_SERVICES=$ENABLED_SERVICES,swift,cinder,c-api,c-vol,c-sch,n-cond
|
||||
if [ "$DEVSTACK_GATE_QUANTUM" -eq "1" ]; then
|
||||
ENABLED_SERVICES=$ENABLED_SERVICES,quantum,q-svc,q-agt,q-dhcp,q-l3
|
||||
ENABLED_SERVICES=$ENABLED_SERVICES,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
|
||||
cat <<EOF >>localrc
|
||||
Q_USE_DEBUG_COMMAND=True
|
||||
NETWORK_GATEWAY=10.1.0.1
|
||||
|
||||
Reference in New Issue
Block a user