Comment 8 for bug 1376469

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

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

commit c098455d2ea7205ad24744fe4bedd6d2c673934a
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Mon Nov 2 10:26:54 2015 +0200

    Allow null values for secret names

    This secret allows null values for names in secrets as discussed a
    couple of cycles back.

    Since the code for the mocked client in the functional tests actually
    filters out null values, it is currently not possible to write a
    functional test for this in this functional test code base. However, it
    will be written as part of the python-barbicanclient functional test
    suite.

    Change-Id: I68330d1d1b13e1bbb6436ca4f6684a76af3babd3
    Related-bug: #1425667
    Related-bug: #1376469