Comment 2 for bug 1633200

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

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

commit 98d93196cddab435f7a258bc1ef8beca6a7e2004
Author: Matt Riedemann <email address hidden>
Date: Tue Jan 3 17:27:40 2017 -0500

    Add 'disabled' to WatchdogAction field

    Image property hw_watchdog_action can have a 'disabled'
    value which is actually defined in the glance metadefs so
    someone using Horizon might pick that. Also, it's the default
    behavior in the libvirt driver. However, if you try to create
    a server with that set the create fails in nova-api because
    the enum field didn't have 'disabled' as a valid value.

    This adds it, bumps the ImageMetaProps version and adds tests.

    Change-Id: I4cec3e8b8527b909cc60893db26732a19263220d
    Closes-Bug: #1633200