fix(neutron): add py-spy to image
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 59fa915..d241c67 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": "git+https://github.com/openstack/neutron-lib.git@stable/${{ matrix.release }} neutron-vpnaas",
+ "neutron": "neutron-vpnaas py-spy",
"placement": "httplib2",
}
var PLATFORMS map[string]string = map[string]string{