The neutron client integration and related NovaHelper methods
(create_instance, get_security_group_id_from_name,
get_network_id_from_name) became dead code after the legacy workflow
removal in commit 4179c3527c.
These methods were originally used for instance creation in workflow
testing but are no longer called by any code paths.
This change removes:
- python-neutronclient dependency
- neutron_client configuration options
- NovaHelper dead methods: create_instance,
get_security_group_id_from_name, get_network_id_from_name
- Related test coverage for removed methods
- OpenStackClients.neutron() client initialization
The removal eliminates an unnecessary runtime dependency and reduces
configuration complexity with zero impact on users.
Closes-Bug: #2126568
Generated-By: claude-code
Change-Id: I662d0db78fb96950239f1939a4d34c42f22b5ae1
Signed-off-by: Sean Mooney <work@seanmooney.info>
10 lines
434 B
YAML
10 lines
434 B
YAML
---
|
|
other:
|
|
- |
|
|
The experimental neutron client integration has been removed from Watcher.
|
|
The neutron client and related methods (create_instance,
|
|
get_security_group_id_from_name, get_network_id_from_name) became dead
|
|
code after the legacy workflow removal in commit 4179c3527c. This removal
|
|
eliminates the python-neutronclient dependency and neutron_client
|
|
configuration options with no user-facing impact.
|