Comment 3 for bug 1782746

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

Reviewed: https://review.openstack.org/584365
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2d532963fa2e013e16cc403f2674a4488c4170ab
Submitter: Zuul
Branch: master

commit 2d532963fa2e013e16cc403f2674a4488c4170ab
Author: Corey Bryant <email address hidden>
Date: Fri Jul 20 09:01:56 2018 -0400

    In Python3.7 async is a keyword [1]

    Change all instances of "async" to "async_"

    [1] https://docs.python.org/3/whatsnew/3.7.html

    Change-Id: I974b1177ba8313ac502910ca358cf386ef00bc02
    Closes-Bug: #1782746