Comment 2 for bug 1288296

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

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

commit 2b2decfd1b5b0d68813bc7e5b5e4349a1ab592aa
Author: Juan Manuel Olle <email address hidden>
Date: Thu Mar 6 17:38:07 2014 -0300

    Update aggregate should not allow duplicated names

    It is not allow to create 2 aggregates with the same name
    but if update an existing one with a name already used
    by other aggregate that check should be made.
    This patch doesn't allow to change the name to an existing
    one.

    Change-Id: Icfe315594beaec94229e5a4a4c1bb80fc366b66e
    Closes-Bug: #1288296