mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
The commands that do not require authentication sometimes still need to call ClientManager.is_network_endpoint_enabled() to see if Neutron is available. Optimize the paths a bit to skip auth when it is not necessary; the upshot is Neutron will be assumed in these cases now. This gets a LOT cleaner when it appears is a future osc-lib. Change-Id: Ifaddc57dfa192bde04d0482e2cdcce111313a22a |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_availability_zone.py | ||
| test_clientmanager.py | ||
| test_command.py | ||
| test_commandmanager.py | ||
| test_configuration.py | ||
| test_extension.py | ||
| test_logs.py | ||
| test_module.py | ||
| test_parseractions.py | ||
| test_quota.py | ||