Comment 3 for bug 1697588

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

Reviewed: https://review.openstack.org/476167
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bd9fc827c69d8a11cd48ec79af1b3b1cf6645e14
Submitter: Jenkins
Branch: master

commit bd9fc827c69d8a11cd48ec79af1b3b1cf6645e14
Author: Brian Haley <email address hidden>
Date: Wed Jun 21 10:43:50 2017 -0400

    Fix some tempest deprecation warnings

    Saw this recently in a tempest test run:

        DeprecationWarning: Read-only property 'manager'
        has moved to 'os_primary' in version 'Pike' and
        will be removed in version 'Queens'

    Tempest BaseTestCase class credential names have changed
    from manager->os_primary, admin->os_admin, and
    alt_manager->os_alt, so we should start using them.

    Closes-bug: #1697588
    Change-Id: I44de8046fc983bf6780c310e8db174a5902c2826