diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 121f717..b0e99df 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -136,6 +136,9 @@ queue-patterns=unicast topic-patterns=broadcast EOF fi + + # ensure that the qpidd service can read its config + sudo chmod o+r $qpid_conf_file }