Comment 7 for bug 1697693

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/17.02)

Reviewed: https://review.openstack.org/476206
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=daa71b3c7d2b06e323f5f50d0c0e1bf67e9fa1b9
Submitter: Jenkins
Branch: stable/17.02

commit daa71b3c7d2b06e323f5f50d0c0e1bf67e9fa1b9
Author: Jorge Niedbalski <email address hidden>
Date: Tue Jun 13 13:06:22 2017 -0400

    Evaluate 'None' as None in console_attributes.

    The config.yaml file suggests None as one
    of the possible values of the directive console-access-protocol,
    this is wrongly evaluated as a string in the console_attributes
    function, which causes the charm to install the pacemaker
    resource even when is not required (console-access-protocol = None).

    Change-Id: I367b7fd813e044bc6eedca687e837e8adab2dd40
    Closes-Bug: #1697693
    Depends-On: I98ebbf9f2c7582fae5f466dfc1d224bf66e38a24
    Signed-off-by: Jorge Niedbalski <email address hidden>
    (cherry picked from commit 51b7a600c8aac9e7c90aba6deb40af245c38f281)