Hi, I have a 4 node working setup of openstack (1 controller, 1 network node, 2 compute node). I am trying to use ssl offload feature of lbaas v2. For that I need tls containers, hence barbican. I did a git clone of barbican repo from https://github.com/openstack/barbican Then ./bin/barbican.sh install I am getting this error
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "barbican/tests/queue/test_keystone_listener.py", line 327, in test_should_wait msg_server = keystone_listener.MessageServer(self.conf) File "barbican/queue/keystone_listener.py", line 156, in __init__ endpoints=[self]) File "barbican/queue/__init__.py", line 112, in get_notification_server allow_requeue) TypeError: __init__() takes exactly 3 arguments (5 given) Ran 1246 tests in 172.776s (-10.533s) FAILED (id=1, failures=4, skips=4) error: testr failed (1) Starting barbican... ./bin/barbican.sh: line 57: uwsgi: command not found Please help me. Thanks Akshay
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev