Comment 7 for bug 1519511

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/252613
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=57dac0bc3add71d6c491e2cecc60ef756b75ac32
Submitter: Jenkins
Branch: master

commit 57dac0bc3add71d6c491e2cecc60ef756b75ac32
Author: Richard Theis <email address hidden>
Date: Wed Dec 2 14:43:01 2015 -0600

    Refactor network endpoint enablement checking

    Move the network endpoint enablement checking from the 'server create'
    command to the common client manager. This allows future network
    commands to use either nova or neutron networking based on the cloud
    environment.

    This patch set also includes related unit test enhancements to the
    common client manager to trigger authentication on the tests.

    Change-Id: Ia37e81d4fb05a1e2fceb3e5d367bda769ab8e64b
    Related-Bug: #1519511
    Related-to: blueprint neutron-client