Comment 3 for bug 1850168

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

Reviewed: https://review.opendev.org/693950
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=b2e4d43f453773e266909936520b9b62f5542503
Submitter: Zuul
Branch: master

commit b2e4d43f453773e266909936520b9b62f5542503
Author: David Sullivan <email address hidden>
Date: Tue Nov 12 18:57:53 2019 -0500

    Add overwrite option to host-label-assign

    Add an overwrite option to host-label-assign. The behavior will be
    consistent with kubectl label --overwrite.

    If a label key exists for the host and no overwrite option is given the
    operation will be rejected. With the overwrite option provided any
    existing keys will be updated to the new value.

    Change-Id: If32dfe191f002f991d8357c05ca4ed0ca4308fb6
    Closes-Bug: 1850168
    Signed-off-by: David Sullivan <email address hidden>