nova/nova/tests/unit/console
Nikola Dipanov 9621ccaf05 websocketproxy: Make protocol validation use connection_info
With this change, we avoid the need to have config '*_baseurl' config
options correctly set up on nodes running console-proxy services, as the
access_url is now available after token validation.

UpgradeImpact: Websocket proxies need to be upgraded in a lockstep
with the API nodes up to this commit (or when upgrading to Kilo),
as older API nodes will not be sending the access_url when authorizing
console access, and newer proxy services (this commit and onward) would
fail to authorize such requests.

Change-Id: I721bca407bf9d3fb33a3461c04d392284448d4a6
Closes-bug: #1442048
2015-04-09 11:26:25 +01:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_console.py Using Instance object instead of db call 2015-03-13 14:35:40 +02:00
test_rpcapi.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_serial.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_type.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_websocketproxy.py websocketproxy: Make protocol validation use connection_info 2015-04-09 11:26:25 +01:00