charm-nova-cloud-controller/unit_tests
Alex Kavanagh 007f9e33b0 In nova_cc_utils.py:resolve_hosts_for: .append -> .add
The method was refactored (in part) to use sets to enforce uniqueness of
the hosts.  Unfortunately, a list method (.append()) slipped through
that should have been converted to .add(). This fixes that error.

Change-Id: I248430cd1a9156efab745fe110a39441b503b3a5
Closes-Bug: #1992789
2022-10-17 11:12:44 +01:00
..
__init__.py Use unittest.mock instead of mock 2021-12-15 14:16:56 +00:00
test_actions.py Use unittest.mock instead of mock 2021-12-15 14:16:56 +00:00
test_actions_openstack_upgrade.py Use unittest.mock instead of mock 2021-12-15 14:16:56 +00:00
test_nova_cc_contexts.py Merge "Expose max_local_block_devices as an explicit charm option" 2022-03-11 08:41:05 +00:00
test_nova_cc_hooks.py Restart nova-conductor on endpoint changes 2022-04-20 19:23:27 -07:00
test_nova_cc_utils.py In nova_cc_utils.py:resolve_hosts_for: .append -> .add 2022-10-17 11:12:44 +01:00
test_utils.py Remove nrpe check of nova-consoleauth when not needed. 2022-01-06 12:04:58 -03:00