Comment 2 for bug 1753661

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

Reviewed: https://review.openstack.org/308822
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2ad84cb34ff6a6b72c8a65fd91f2a731a149ab3f
Submitter: Zuul
Branch: master

commit 2ad84cb34ff6a6b72c8a65fd91f2a731a149ab3f
Author: liyingjun <email address hidden>
Date: Wed Mar 7 09:13:48 2018 +0800

    Support description for instance update/rebuild

    In Nova Compute API microversion 2.19, you can specify a description
    attribute when creating, rebuilding, or updating a server instance. This
    description can be retrieved by getting server details, or list details
    for servers, this patch adds support for this attribute for instance in
    horizon.
    This patch adds description for instance update/rebuild

    Change-Id: I1c561607551fe6ed521772688b643cb27400e24e
    Closes-bug: #1753661