Comment 6 for bug 1752289

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

Reviewed: https://review.openstack.org/550259
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c50ffc9dc185d8aadb1f3addba4085cb8bfbf4d3
Submitter: Zuul
Branch: stable/queens

commit c50ffc9dc185d8aadb1f3addba4085cb8bfbf4d3
Author: Thomas Bechtold <email address hidden>
Date: Wed Feb 28 11:45:01 2018 +0100

    Allow 'network' in RequestContext service_catalog

    When booting instances, nova might create neutron resources. For that,
    the network service endpoint needs to be available. Otherwise we run
    into:

    EndpointNotFound: ['internal', 'public'] endpoint for network service \
    not found

    Change-Id: Iaed84826b76ab976ffdd1c93106b7bae700a64a9
    Closes-Bug: #1752289
    (cherry picked from commit 3a3b0f09db318faf1a1ea711a73bb365cab8b233)