Comment 2 for bug 1546993

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

Reviewed: https://review.openstack.org/281856
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=c7ab4e82afc4cf3fa7d130ecaad5ace18eb46852
Submitter: Jenkins
Branch: master

commit c7ab4e82afc4cf3fa7d130ecaad5ace18eb46852
Author: Rakesh H S <email address hidden>
Date: Thu Feb 18 18:54:00 2016 +0530

    Fix test_encryption_vol_type to take admin creds from conf

    Heat integration test test_encryption_vol_type will not work in environments
    where admin user is named differently or does not have the same password as
    that of the demo user.

    The admin credentials is now made available via heat_integrationtests.conf.
    The tests which require admin privileges should be run only if admin
    credentials are available and use the same.

    Change-Id: I5f329be6d4c4249763e0aec8696fb87605a0812a
    Closes-Bug: #1546993