Comment 2 for bug 1609216

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

Reviewed: https://review.openstack.org/350373
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=42ef3dc564e91fa3b0212980b7056de1697790c9
Submitter: Jenkins
Branch: master

commit 42ef3dc564e91fa3b0212980b7056de1697790c9
Author: Rajiv Kumar <email address hidden>
Date: Wed Aug 3 10:02:02 2016 +0530

    Restricted Magnum service state to 'up' and 'down'

    Magnum service state could have any string having length 1-255.
    This patch restricts value to be one of the following
      - up
      - down

    Change-Id: I740e0379b78c08cbd9ded7ca7bd1bbdd92d44e90
    Closes-bug: #1609216