Skip to content

Commit

Permalink
Update build_workflow.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 26, 2022
1 parent 546e7b2 commit 69f67fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/image_repositories/build_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var DIST_PACAKGES map[string]string = map[string]string{
"ironic": "ethtool lshw iproute2",
"monasca-agent": "iproute2 libvirt-clients lshw",
"neutron": "jq ethtool lshw",
"nova": "ovmf qemu-efi-aarch64 lsscsi nvme-cli sysfsutils udev util-linux",
"nova": "ovmf qemu-efi-aarch64 lsscsi nvme-cli sysfsutils udev util-linux ndctl",
}
var PIP_PACKAGES map[string]string = map[string]string{
"glance": "glance_store[cinder]",
Expand Down

0 comments on commit 69f67fe

Please sign in to comment.