nova/nova/tests/unit/cmd
Matt Riedemann a3089b41f6 Cleanup some issues with CONF.placement.os_interface
This change fixes a few things with the recently added
"os_interface" option in the [placement] config group.

1. It adds tests for the scheduler report client that
   were missing in the original change that added the
   config option.

2. It uses the option in the "nova-status upgrade check"
   command so it is consistent with how the scheduler
   report client uses it.

3. It removes the restrictive choices list from the
   config option definition. keystoneauth1 allows an
   "auth" value for the endpoint interface which means
   don't use the service catalog to find the endpoint
   but instead just read it from the "auth_url" config
   option. Also, the Keystone v3 API performs strict
   validation of the endpoint interface when creating
   an endpoint record. The list of supported interfaces
   may change over time, so we shouldn't encode that
   list within Nova.

4. As part of removing the choices, the release note
   associated with the new option is updated and changed
   from a 'feature' release note to simply 'other' since
   it's not really a feature as much as it is a bug fix.

Change-Id: Ia5af05cc4d8155349bab942280c83e7318749959
Closes-Bug: #1664334
(cherry picked from commit 2c1e134121)
2017-02-15 09:26:48 -05:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_baseproxy.py Clean up stdout/stderr leakage in cmd testing 2016-09-26 06:45:08 -04:00
test_cmd_db_blocks.py Revert "Revert "Make n-net refuse to start unless using CellsV1"" 2016-11-28 14:02:35 -05:00
test_common.py Clean up stdout/stderr leakage in cmd testing 2016-09-26 06:45:08 -04:00
test_idmapshift.py Clean up stdout/stderr leakage in cmd testing 2016-09-26 06:45:08 -04:00
test_nova_api.py Device tagging API support 2016-06-29 20:55:16 -07:00
test_policy_check.py Clean up stdout/stderr leakage in cmd testing 2016-09-26 06:45:08 -04:00
test_status.py Cleanup some issues with CONF.placement.os_interface 2017-02-15 09:26:48 -05:00