Comment 2 for bug 1719476

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

Reviewed: https://review.openstack.org/507299
Committed: https://git.openstack.org/cgit/openstack/gluon/commit/?id=27f386ab68315abf50d8697bdaea9c564c472f87
Submitter: Jenkins
Branch: master

commit 27f386ab68315abf50d8697bdaea9c564c472f87
Author: JinLi <email address hidden>
Date: Mon Sep 25 15:55:24 2017 -0700

    Change status code to 200

    In do_post, "status_code != 201" is checked for twice, one of them should be "status_code != 200"

    Change-Id: Ia344225f1d5a013183d6af2c7876f4acab401546
    Closes-Bug: #1719476