Comment 6 for bug 1613587

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

Reviewed: https://review.openstack.org/522457
Committed: https://git.openstack.org/cgit/openstack/karbor-dashboard/commit/?id=cce93819d1a718a73a75295e6170859b4cd85882
Submitter: Zuul
Branch: master

commit cce93819d1a718a73a75295e6170859b4cd85882
Author: Jiao Pengju <email address hidden>
Date: Thu Nov 23 15:07:55 2017 +0800

    Fix trigger creation failed

    Currently, karbor use 'calendar' format as the default
    time format, but karbor-dashboard use 'crontab', this
    makes the trigger creation failed. This patch convert
    the time format of the dashboard to canlendar to make
    it work.

    Change-Id: I7a89365005af3256bdf02478dd60428a118a8bbe
    Closes-Bug: #1613587