python-novaclient/novaclient/tests/unit/v2
huangtianhua 2512a28dc1 Make _console() public
Heat wants to use 'novaclient.v2.servers.
ServerManager._console' method to simplify the
implementation of retrieving server console.
It's better to change the method to public for
public use.
The patch changes:
1. add public method named get_console_url() for class
   'novaclient.v2.servers.Server'
2. rename _console() to get_console_url() for class
   'novaclient.v2.servers.ServerManager'

Change-Id: I3d1485468d1d0a79d4002981ebe05b6cdf2332e7
Closes-Bug: #1651677
2017-01-18 09:36:43 +08:00
..
contrib Use more specific asserts in tests 2016-12-06 09:43:12 +01:00
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
fakes.py Add support for showing aggregate UUIDs (v2.41) 2017-01-05 22:11:09 -05:00
test_agents.py Clean up requests-mock usage 2016-10-05 06:53:05 +11:00
test_aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_assisted_volume_snapshots.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
test_availability_zone.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_cells.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
test_certs.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_client.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-20 05:14:03 +00:00
test_cloudpipe.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_fixed_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_flavor_access.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_flavors.py Add min-disk and min-ram filters to list flavors 2016-12-08 03:30:06 +00:00
test_floating_ip_dns.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ip_pools.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ips_bulk.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_fping.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_hosts.py Provide user with coherent interface to get request_ids 2016-02-15 09:49:33 +00:00
test_hypervisors.py Clean up requests-mock usage 2016-10-05 06:53:05 +11:00
test_images.py [proxy-api] microversion 2.39 deprecates image-metadata proxy API 2016-12-16 21:06:28 +03:00
test_instance_actions.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
test_keypairs.py Microversion 2.35 adds keypairs pagination support 2016-08-05 12:15:29 +03:00
test_limits.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_list_extensions.py Use more specific asserts in tests 2016-12-06 09:43:12 +01:00
test_migrations.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
test_networks.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_quota_classes.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_quotas.py Make it possible to list quotas with details 2016-06-29 17:18:07 +03:00
test_security_group_rules.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_security_groups.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_server_external_events.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
test_server_groups.py Add limit and offset to server-groups list 2016-12-14 23:46:24 +08:00
test_server_migrations.py Support for abort an ongoing live migration 2016-03-01 13:43:33 +00:00
test_servers.py Make _console() public 2017-01-18 09:36:43 +08:00
test_services.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_shell.py Add support for showing aggregate UUIDs (v2.41) 2017-01-05 22:11:09 -05:00
test_usage.py Microversion 2.40 - Simple tenant usage pagination 2016-12-19 14:04:13 -05:00
test_versions.py Remove all code related to HTTPClient 2016-12-16 12:56:18 +00:00
test_volumes.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
testfile.txt Rename v1_1 to v2 2015-02-04 17:40:46 +02:00