Comment 2 for bug 1506314

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

Reviewed: https://review.openstack.org/235114
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=8f41e712bace54cbc4d9b01b397124f757c6fbd0
Submitter: Jenkins
Branch: master

commit 8f41e712bace54cbc4d9b01b397124f757c6fbd0
Author: OTSUKA, Yuanying <email address hidden>
Date: Thu Oct 15 15:47:58 2015 +0900

    Fix bay-create failure without "name"

    Currently magnum allow to create bay without name. But it's failed
    because `cert_manager.generate_certificates_to_bay` requires bay
    "name".
    This fixes it to use bay "uuid" instead of bay "name".

    Change-Id: I5da8910fcf8b71f9521abb48e72dc178c3785104
    Closes-Bug: #1506314