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.
Reviewed: https:/ /review. openstack. org/252613 /git.openstack. org/cgit/ openstack/ python- openstackclient /commit/ ?id=57dac0bc3ad d71d6c491e2cecc 60ef756b75ac32
Committed: https:/
Submitter: Jenkins
Branch: master
commit 57dac0bc3add71d 6c491e2cecc60ef 756b75ac32
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: Ia37e81d4fb05a1 e2fceb3e5d367bd a769ab8e64b
Related-Bug: #1519511
Related-to: blueprint neutron-client