Comment 4 for bug 1189981

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

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

commit dd52617232c0915c85ca227e975c759c20e41b75
Author: Kent Wang <email address hidden>
Date: Tue Mar 10 08:44:32 2015 -0700

    Adds Not Null constraint to KeyPair name

    Since the API enforces that name is not null, the database schema and
    model are now updated to enforce this.

    Change-Id: I1088cc79f4998d3b6609891adbb0479381297ec4
    Related-Bug: #1403544
    Closes-Bug: #1189981