Comment 2 for bug 1426403

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

Reviewed: https://review.openstack.org/161923
Committed: https://git.openstack.org/cgit/stackforge/networking-odl/commit/?id=bd54f74347d29a7165c54fe69889fdf53186ceb0
Submitter: Jenkins
Branch: master

commit bd54f74347d29a7165c54fe69889fdf53186ceb0
Author: Kyle Mestery <email address hidden>
Date: Thu Mar 5 22:05:59 2015 +0000

    Update ODL port logic to work with Lithium

    Lithium uses Jetty instead of Tomcat for the Neutron API. We still need to
    migrate the default port (8080) due to swift using that port. This commit
    adds the logic into the devstack plugin to do that for Lithium with Jetty
    as well as the current Helium release with Tomcat.

    Change-Id: Idb106ed83dde3bb389f17e501c2f52e602065bcd
    Closes-Bug: #1426403