Comment 2 for bug 1361490

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

Reviewed: https://review.openstack.org/116792
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d42314b323aa0f8c764d72a5ebebc0e7d5ac88f3
Submitter: Jenkins
Branch: master

commit d42314b323aa0f8c764d72a5ebebc0e7d5ac88f3
Author: jichenjc <email address hidden>
Date: Sat Aug 23 09:04:43 2014 +0800

    Remove param check for backup type on v2.1 API

    The backup type is only used by glance, so nova check it make
    no sense; currently we have daily and weekly as only valid param
    but someone may add 'monthly' as param. nova should allow it
    and delegate the error. This patch removes check on v2.1 API.

    Change-Id: I59bbc0f589c8c280eb8cd87aa279898fffaeab7a
    Closes-Bug: #1361490