Comment 2 for bug 1410246

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

Reviewed: https://review.openstack.org/148230
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=efb4f1cdf5c62d90d54450e26971e6e596efe631
Submitter: Jenkins
Branch: master

commit efb4f1cdf5c62d90d54450e26971e6e596efe631
Author: Valeriy Ponomaryov <email address hidden>
Date: Mon Jan 19 13:04:10 2015 +0200

    Do not use router for service instance with direct connect

    For Nova VMs we have two possible approaches for network access:
    1) using router
    2) using direct connection and two net interfaces.

    Now code of "service_instance" module requires tenant network to be attached
    to public router in both cases, but should do it only in first case.

    Remove dependency on router when config option
    'connect_share_server_to_tenant_network' is set to True.

    Change-Id: Ib515c0b64b500712c5682c03fa69377eed8e038d
    Closes-Bug: #1410246