commit | 95716a0fbb6416f2c1ba6cb327a46f72396ef106 | [log] [tgz] |
---|---|---|
author | Assaf Muller <amuller@redhat.com> | Mon Jan 04 20:30:43 2016 -0500 |
committer | Akihiro Motoki <amotoki@gmail.com> | Tue Jan 05 10:41:44 2016 +0000 |
tree | 6c7ba140582520eadb4e6f886ae99be8466a2f7c | |
parent | d06ca1c26e7a1ee3e789ffb9417103d096717ab4 [diff] |
Fix API tests Patch https://review.openstack.org/#/c/256164/ broke the Neutron API job by unsetting Tempest configuration values that were unused by Tempest, but used by Neutron's fork of Tempest. This patch copies credentials from the 'auth' section to the 'identity' section. The longer term plan is detailed here: https://etherpad.openstack.org/p/neutron-tempest-defork TL;DR: Removed overlap of tests between the Tempest and Neutron repos, then use Tempest's plugin architecture for the tests that will remain in the Neutron repo. Change-Id: Ieb396cfd17f9cb66776ead11e7f760c1c26a0b08