commit | f511397fd02efffc61a0cce76142be4985d62004 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sun Mar 12 13:15:30 2023 +0100 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sun Mar 12 13:15:30 2023 +0100 |
tree | a7760d9f9c8fcfa94c3e276451f76979436981a2 | |
parent | 974e0670c1c683f2628e71d9e7b6c913ba392659 [diff] |
fix(neutron): drop py-spy Neutron uses green threads, they're not visible Related: https://github.com/vexxhost/atmosphere/issues/353
diff --git a/internal/pkg/image_repositories/build_workflow.go b/internal/pkg/image_repositories/build_workflow.go index d241c67..e6ce7ab 100644 --- a/internal/pkg/image_repositories/build_workflow.go +++ b/internal/pkg/image_repositories/build_workflow.go
@@ -41,7 +41,7 @@ "ironic": "python-dracclient sushy", "magnum": "magnum-cluster-api==0.3.2", "monasca-agent": "libvirt-python python-glanceclient python-neutronclient python-novaclient py3nvml", - "neutron": "neutron-vpnaas py-spy", + "neutron": "neutron-vpnaas", "placement": "httplib2", } var PLATFORMS map[string]string = map[string]string{