Comment 2 for bug 1533581

Revision history for this message
Yang Hongyang (hongyang-yang) wrote :

commit da8d8cd9fc04b4d0ac468cf4789175693a6cf3d2
Author: Adam Gandelman <email address hidden>
Date: Mon Jan 4 15:35:59 2016 -0800

    gate fixer: Fix devstack auth issue and new PEP8 violation

    Squashes two commits needed to unblock the gate:

    devstack: prevent auth params set in env. polluting client calls

    The switch to keystone v3 has introduces issues when other devstack
    components set tenant or project name in environment, as it overrides
    those set by us in our plugin script. This ensures that doesnt happen.
    It also updates usage of upload_image to avoid issuing a token (no longer
    needed) and uses openstack client to create the nova flavor using clouds.yaml.

    Fix E402 pep8 violation

    Change-Id: Icfd0790e0f23bc9daaef6e006e39e3b94e42417e