Comment 2 for bug 1497890

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

Reviewed: https://review.openstack.org/225589
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=48377e508160e79896af014ea4cf7ba8bf74226c
Submitter: Jenkins
Branch: master

commit 48377e508160e79896af014ea4cf7ba8bf74226c
Author: xiangxinyong <email address hidden>
Date: Mon Sep 21 17:04:16 2015 +0800

    Output detail informations about murano --debug command

    For example:
    * murano environment-list
    * murano --debug environment-list
    These two commands have the same informations print in the CLI at present.
    * murano --debug environment-list
    This command should include request and response informations in the CLI.
    As bellow:
    curl -i -X POST -H 'X-Auth-Token: 2d3cafec806d44fbbf44dd9f19778a1e' -H
    ......

    Change-Id: I3da0c33adfebcbae00ccdfa9f5eaca9a2d3cb662
    Closes-Bug: #1497890