[gnuoy,r=james-page] Supply ssl dir for amqp setup

This commit is contained in:
Liam Young 2015-01-28 10:25:51 +00:00
commit 95f9d7d413

View File

@ -18,7 +18,7 @@ BASE_RESOURCE_MAP = OrderedDict([
(NEUTRON_CONF, {
'services': ['neutron-plugin-openvswitch-agent'],
'contexts': [neutron_ovs_context.OVSPluginContext(),
context.AMQPContext()],
context.AMQPContext(ssl_dir=NEUTRON_CONF_DIR)],
}),
(ML2_CONF, {
'services': ['neutron-plugin-openvswitch-agent'],