Comment 6 for bug 1603499

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to barbican (master)

Reviewed: https://review.openstack.org/345575
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=efa2f7b0ff4a8786f1a03aa1dc924982243d2a6a
Submitter: Jenkins
Branch: master

commit efa2f7b0ff4a8786f1a03aa1dc924982243d2a6a
Author: Thomas Bechtold <email address hidden>
Date: Thu Jul 21 19:36:58 2016 +0200

    Pass cli options to commands

    When calling barbican-worker, barbican-retry or
    barbican-keystone_listener, the given cli options were not recognized.
    I.e. calling "barbican-worker -h" just tried to start the worker process
    instead of printing the help.

    Change-Id: Iff8ba2d05bbbafe9c4440a5ebfe05085d3f8a90f
    Closes-Bug: #1603499