charm-nova-compute/unit_tests
Edward Hope-Morley 25a0aba59d Make cloud-compute hostname same as nova.conf host
To avoid inconsistency between the fqdn added to the nova.conf
'host' config and the hostname set of the cloud-compute relation
we need to ensure that both are using the same means of determining
the host fqdn. This is so that the when nova-cloud-controller
charm populates ssh known_hosts and shares with all computes it
definitely contains an entry for the nova.conf host config since
this is sometimes used as part of a live-migration.

Change-Id: Iddcf3fdacf7e7374b57b628edf1e6d0df4da082c
Closes-Bug: #2089781
2024-12-04 12:26:24 +00:00
..
__init__.py Improve platform mocking 2023-10-24 12:33:41 +01:00
test_actions_cloud.py Spelling fixes found by codespell. 2021-11-15 21:54:13 +00:00
test_actions_hugepagereport.py Remove six library from requirements.txt 2024-08-07 13:40:40 -04:00
test_actions_openstack_upgrade.py Refactor unit tests to avoid leaks of mocks. 2023-02-20 11:37:01 -03:00
test_actions_package_upgrade.py Refactor unit tests to avoid leaks of mocks. 2023-02-20 11:37:01 -03:00
test_actions_pause_resume.py Use unittest.mock instead of mock 2021-12-15 14:25:30 +00:00
test_actions_virsh_audit.py Replace deprecated assert_ with assertTrue 2022-07-21 12:46:13 +08:00
test_lib_nova_compute_cloud_utils.py Fix socket.fqdn() not returning full hostname 2022-02-07 16:23:40 +01:00
test_nova_compute_contexts.py Do not render console config for s390x 2024-09-23 12:53:45 +01:00
test_nova_compute_hooks.py Make cloud-compute hostname same as nova.conf host 2024-12-04 12:26:24 +00:00
test_nova_compute_utils.py Do not manage subordinate service restarts 2023-03-02 13:54:15 +00:00
test_utils.py Use unittest.mock instead of mock 2021-12-15 14:25:30 +00:00