From 6d257d5d803ab5c83ee70cf0fb8e1bace96b3d47 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 9 May 2014 09:40:36 -0300 Subject: [PATCH] Add zeromq config Although features.yaml have a feature entry for zeromq, there's no config option for zeromq. So, even if you have a DEVSTACK_GATE_ZEROMQ=1 in your environment, it won't work. This patch enable the use of DEVSTACK_GATE_ZEROMQ=1 to run devstack with zeromq instead of rabbit or qpid. Change-Id: I81075fe23bc9a751c05a3f777f7409d0104c979e --- features.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.yaml b/features.yaml index 3f4d8435..0bb8d9c6 100644 --- a/features.yaml +++ b/features.yaml @@ -30,6 +30,8 @@ config: features: [ironic] qpid: features: [qpid] + zeromq: + features: [zeromq] features: default: