Skip to content

Commit

Permalink
Merge pull request canonical#62 from simondeziel/genisoimage
Browse files Browse the repository at this point in the history
tests/storage-volumes-vm: always install genisoimage
  • Loading branch information
tomponline authored Feb 6, 2024
2 parents ef9c571 + 5cb8f99 commit 72bb3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/openstack-run
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ create() {
openstack server create --key-name "${KEY_NAME}" --flavor "${FLAVOR}" --network "${NETWORK}" --image "${IMAGE}" --user-data ./cloud-init.user-data.yaml --wait "${NAME}"
IP="$(openstack server show -f value -c addresses "${NAME}" | cut -d\' -f4)"
[ "${IP}" != "{}" ]
[ -n "${IP}" ]
echo "${NAME}: ${IP}" >&2
}

Expand Down
4 changes: 1 addition & 3 deletions tests/storage-volumes-vm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
set -eux

# Install dependencies
if hasNeededAPIExtension custom_volume_iso; then
install_deps genisoimage
fi
install_deps genisoimage

# Install LXD
install_lxd
Expand Down

0 comments on commit 72bb3aa

Please sign in to comment.